Advanced rest client is a plug-in Chrome browser that can send HTTP, https, and websocket requests. Search for advanced rest client in the chrome store.
Advanced rest client interface
Advanced rest client address in Google Code: http://code.google.com/p/chrome-rest-client/
The following describes how to send a request from the advanced rest client.
1. Send an HTTP request
Http://httpbin.org/getdomainpostinterface with specific features, which can be directly used
1.1 HTTP GET
Enter the http://httpbin.org/get in the URL bar
Click "send" button. After the message is sent successfully, the advanced rest client lists the request/Response Headers:
Returned results:
1.2 HTTP POST
In the URL field, enter http://httpbin.org/post. in the requested post‑type field, enter dataIn the requested payload‑type field, and set content-type‑type at the end"
Returned results:
2. Send HTTPS requests
The usage is the same as sending an HTTP request. Https://httpbin.org/there is a specific getaskpostinterface, you can try again
3. Send a websocket request
The advanced rest client supports sending websocket requests. You can use WS: // echo.websocket.org to test websocket failover.
Click "socket" in the left direction, and enter WS: // echo.websocket.org in the URL bar.
Click "Connect" button on the right side. After successful connection, you can send messages
Enter "test" and click "send" button
The first "test" is the request sent by the advanced rest client, and the second "test" is the response returned by the server.
Click "Disconnect" button to disconnect