[GH-ISSUE #32] missing '/' in url returned by upload api #26

Closed
opened 2026-02-25 23:40:26 +03:00 by kerem · 0 comments
Owner

Originally created by @lengshuiyulangcn on GitHub (Jun 16, 2017).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/32

I've set up using docker, and before the docker is just an nginx reverse proxy with the domain like mydomain

however when I try to upload an image, I got the response without the '/'

curl -s -F 'postimage=@test_img.png' -XPOST https://mydomain/backend.php | jq -r .url
http://mydomainrm0tr9oc0l.png
Originally created by @lengshuiyulangcn on GitHub (Jun 16, 2017). Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/32 I've set up using docker, and before the docker is just an nginx reverse proxy with the domain like `mydomain` however when I try to upload an image, I got the response without the '/' ``` curl -s -F 'postimage=@test_img.png' -XPOST https://mydomain/backend.php | jq -r .url http://mydomainrm0tr9oc0l.png ```
kerem closed this issue 2026-02-25 23:40:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pictshare#26
No description provided.