mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-25 15:05:56 +03:00
[GH-ISSUE #162] Endpoint api/geturl.php always returns .txt instead of the real file extension #127
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @imarinoff on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/162
Request
GET https://some-domain.com
Payload:
url: https://some-domain.com/zqgnbb.mp4 (URL encoded)
uploadcode: someuploadcode
Response:
{
"status": "ok",
"hash": "fndvdz.txt",
"url": "https://some-domain.com/fndvdz.txt",
"filetype": "text",
"delete_code": "oniqXXXXXXXczlz6uot59cahxbo0",
"delete_url": "https://some-domain.com/delete_oniqXXXXXXXczlz6uot59cahxbo0/fndvdz.txt"
}