RESTED icon indicating copy to clipboard operation
RESTED copied to clipboard

A REST client for browsers

Results 91 RESTED issues
Sort by recently updated
recently updated
newest added

My server is not receiving the Referer and Google Chrome's Network tab does not list the Referer under Headers -> Request Headers

Previously what worked was clicking the the "+" next to request in history, either before or after sending a request, transferred the request to a collection (did I get to...

When I clone this repo and run yarn start I am greeted by a bunch of **error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style** errors and there is...

This is going to seem pedestrian, but I just installed Rested successfully in Firefox, looking for a quick solution to test some REST endpoints.. and wondered how the heck you...

The response size already seems to be handled by the plugin, as it shows > The response size exceeds 20 KB. Syntax highlighting has been disabled for performance reasons. This...

Bumps [redux-saga](https://github.com/redux-saga/redux-saga) from 0.14.3 to 1.2.2. Release notes Sourced from redux-saga's releases. @​redux-saga/core@​1.2.2 Patch Changes #2340 345b828 Thanks @​neurosnap! - throttle now accepts a channel as originally intended [email protected] Patch...

dependencies
javascript

Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies
javascript

Bumps [react-highlight](https://github.com/akiran/react-highlight) from 0.9.0 to 0.15.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-highlight&package-manager=npm_and_yarn&previous-version=0.9.0&new-version=0.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

I was trying to send such a values in POST request JSON payload: ['value1', 'value2'], and the whole parameter is treated as a string "['value1', 'value2']" How to correctly send...

POST requests with JSON payload initially do not work if the request body type hasn't been touched. It defaults to JSON but it needs to be explicitly deselected and selected...