httplive icon indicating copy to clipboard operation
httplive copied to clipboard

Support for all HTTP methods

Open jjelev opened this issue 7 years ago • 2 comments

There are couple of additional HTTP methods not covered in this application. https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods

Example of that is CORS under Angular 4/5 web app which requires OPTIONS request to make POST. more info here: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing

jjelev avatar Mar 22 '18 09:03 jjelev

Just wanted to say thanks for your work! This app really helped me do my job faster.

jjelev avatar Mar 22 '18 10:03 jjelev

For me it's the lack of PATCH that's a non-starter. 😞

BernhardHofmann avatar Dec 21 '21 08:12 BernhardHofmann