Send Request tool-advanced REST Client

Source: Internet
Author: User

The Advanced REST client is a plugin under the Chrome browser that can send HTTP, HTTPS, and websocket requests. Search the Advanced REST Client under the chrome store to find

The Advanced REST Client interface

Advanced REST Client at Google Code address: http://code.google.com/p/chrome-rest-client/

Here's how the Advanced REST client sends the request

1. Sending an HTTP request

The http://httpbin.org/has a ready-made get, post interface that can be used directly

1.1 HTTP GET

Enter Http://httpbin.org/get in the URL bar

Click the "Send" button. After successful delivery, the Advanced REST client lists Request/response headers:

return Result:

1.2 HTTP POST

Enter http://httpbin.org/post in the URL bar, select the "Post" type, enter data in the "Payload" field, and finally set "Content-type"

return Result:

2. Sending HTTPS requests

Use the same method as sending an HTTP request. https://httpbin.org/has a ready-made get, post interface, you can try it yourself

3. Send WebSocket Request

Advanced REST client supports sending WebSocket requests through ws://echo.websocket.org, which can be websocket tested

Click "Socket" on the left, then enter ws://echo.websocket.org in the URL bar

Click on the "Connect" button on the right. Once the connection is successful, the message can be sent

Enter "Test", then click the "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 the "Disconnect" button to disconnect the connection

Send Request tool-advanced REST Client

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.