x-url-delete header when sending POST request
@jmahlman commented on GitHub:
Hi there. The wiki contains a good deal of usage information. While we know it could use some updates, the…
@brodjieski commented on GitHub:
There may be an additional issue going on here. When running generate_guidance, these pop up when building profiles...
There are errors in the following…
@jmahlman commented on GitHub:
There may be an additional issue going on here. When running generate_guidance, these pop up when building profiles...
There are errors in the…
x-url-delete header when sending POST request
@paolafrancesca commented on GitHub:
@anihm136 , yes, x-url-delete is not supported on POST.
Rather than merging the POST and PUT handler, I would remove the POST one, or add the…
@corneliusroemer commented on GitHub:
Random name is perfectly fine in this case, what else should it be :) could of course be passed as a command line argument as extra feature as add on.
x-url-delete header when sending POST request
@paolafrancesca commented on GitHub:
@anihm136
Is
POSTmeant to be officially supported?
I kept updating the POST handler but for the x-url-delete, on the other side there's…
@stefanbenten commented on GitHub:
@wuniversales Could you elaborate more on the use case? Why would one not share the URL directly?
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…
@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…