Cookie format: key=value;key2=value2;key3=value3
Note information will be stored in cookies
Introduction to HTTP Request Test Tool
This tool provides developers with Full-featured HTTP interface debugging solution, support for GET, POST, PUT, DELETE and other 8 standard request methods , you can simulate all kinds of API call scenarios . Core features
- Multi-request type support: Cover GET (get data), POST (submit data), PUT (update resources), DELETE (delete resources) and other 8 HTTP methods.
- Cookie management: Support for manual input or through the browser developer tools to quickly import cookies, easy to test the interface needs to be authenticated
- Custom Header: Flexibility to add the request header, including Content-Type (such as application/json), User-Agent and other key parameters.
- Parameter format compatibility: Automatic adaptation of URL parameters (?key=value), form data (x-www-form-urlencoded) and JSON/XML request formats. Methods of use
1. Select the request method (GET by default).
2. Input the target URL address
3. Add Query parameters, Headers or request body data as needed.
4. Click the Send button to get the real-time response Typical Application Scenarios
- API tuning in front-end and back-end development.
- Functional verification and troubleshooting of third-party interfaces
- Request simulation for automated test scripts
- Learning HTTP protocol and RESTful API specification Technical Advantages: Adopt standard HTTP protocol processing engine, accurately simulate the browser request behaviour, the response data contains status code, response header and complete response body, support history saving and multi-tab operation.