x-url-delete header when sending POST request
@anihm136 commented on GitHub:
Is POST meant to be officially supported? If not, I could remove the post-related handlers and logic, else I can add the header
x-url-delete header when sending POST request
@anihm136 commented on GitHub:
Well, I recently started contributing some features to one of the unofficial python clients, which uses the POST method (which is how I ran into this in the first…
x-url-delete header when sending POST request
@anihm136 commented on GitHub:
If this is indeed an omission, I would propose to merge the handlers for the POST and PUT requests. Instead, handling filename resolution can be separated into…
@bman46 commented on GitHub:
An example of another site doing this is https://0x0.st/. They allow a key called 'url' to be posted in the body as form data and then they handle…
@brodjieski commented on GitHub:
The information in the wiki is now available in a site that can help navigate getting started with the project. Visit: https://pages.nist.gov/macos_security to…
@paolafrancesca commented on GitHub:
@corneliusroemer it's feasible but we still would need a filename for the upload
it could be generated randomly as well, what's your proposed solution for…
@anihm136 commented on GitHub:
Hi! I've modified the script from the website to accept input from STDIN. Where would you like me to share it? I noticed that there is a separate repository for the…
@bman46 commented on GitHub:
One thing that I would use this for is storing files from urls that have a short amount of time to be accessed. For example, instagram videos have a hash and…
@paolafrancesca commented on GitHub:
@wuniversales do you mean from the command line or on the web UI?
@paolafrancesca commented on GitHub:
@anihm136 you probably want to send a PR for changing https://github.com/dutchcoders/transfer.sh-web/blob/master/src/index.html#L165
@stefanbenten commented on GitHub:
One thing that I would use this for is storing files from urls that have a short amount of time to be accessed. For example, instagram videos have a hash and…
x-url-delete header when sending POST request
@paolafrancesca commented on GitHub:
@anihm136 I honeslty don't have much visibility on the clients, I think that listing them on this repo could be valuable as well. could you help on that?
as…
x-url-delete header when sending POST request
@anihm136 commented on GitHub:
I agree that it would be useful to list other clients here. I only know of a couple so far, but I'd be happy to help find and list more of them. In the meantime…
x-url-delete header when sending POST request
@anihm136 commented on GitHub:
I have created a PR for adding the headers. Let me know how you'd like to begin work on listing existing clients (new issue, GH discussion or any other), and I can…
x-url-delete header when sending POST request
@paolafrancesca commented on GitHub:
@anihm136 great, thanks. looking forward for the PR
@paolafrancesca commented on GitHub:
One thing that I would use this for is storing files from urls that have a short amount of time to be accessed. For example, instagram videos have a hash…
x-url-delete header when sending POST request
@paolafrancesca commented on GitHub:
I have created a PR for adding the headers
thanks, see my comment
Let me know how you'd like to begin work on listing existing clients
either an…