resttesttest icon indicating copy to clipboard operation
resttesttest copied to clipboard

A native in-browser tool for testing REST/CORS services. Builds on jQuery and Bootstrap.

Results 24 resttesttest issues
Sort by recently updated
recently updated
newest added

Summary: Changing the HTTP method does not change the URL, if the requested is submitted it generates an 'HTTP 405 METHOD NOT ALLOWED'. This violated the [principle of least surprise](https://en.wikipedia.org/wiki/Principle_of_least_astonishment)....

If I try add a parameter without a name, it ads the value as the post payload, but it seems to escape the xml

It'd be really convenient to see progress indicators for file uploading and otherwise large requests.

trying to request a non-https url will result following error ``` Mixed Content: The page at 'https://resttesttest.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://example.com/test'. This request...

Please, format the output string as JSON. It would be easier to see the result.

The response text that is shown in the UI isn't formatted. Just a stringify function would do that for us. The change here is just the stringify function. Everything else...

To be able to send from one domain to an other I added this: myajax.crossDomain = true; if (checkForAuth()) { var username = $("#authentication input:first").val(); var password = $("#authentication input").eq(1).val();...

Hi, thanks for making this. It's not a bug, but a feature request for a prettify option on json outputs. Thanks, Mike

hello ,I just create an api using this tool and found that authentication username and pwassowrd not added in url as api runing without adding authentication..... huhuhuh actually i want...