HTTP(s) Headers are key-value pairs that can be used by the client or server to pass additional information along with an HTTP(s) request or response.
Headers carry data about the data being transferred. The ability to modify the headers of traffic that pass through your browser easily is what every developer would want to have.
Modify headers using requestly
Requestly can be used to modify request and response headers in simple clicks.
To modify headers, select Modify Headers Rule.
Select modify headers from the rule selector
Select type of headers to modify- Request/Response
- A new header can be added.
- Existing header can be removed.
- Existing header’s value can be overridden.
When modifying headers is helpful?
Open websites in iframe for testing
Sometimes you need to open pages in iframe, but response headers like X-Frame-Options and Content-Security-Policy does not allow it to prevent clickjacking. Using Requestly, you can modify this header to allow the website to be opened in iframe.
Remove Content-Security-Policy
Content-Security-Policy response header is added to the website to prevent injection of external scripts but sometimes while testing it is required to inject scripts. Requestly can be used to remove CSP response header.
Access Kubernetes dashboard by modifying Authorization header
You can access dashboard, you simply need to pass Authorization: Bearer in every request to Dashboard. Requestly enables you to quickly modify the header.
Find more information here.
Add custom request headers
Custom request headers can be added to manage features. Generally x-custom-header convention is followed.
Change Content-Type of the requested resource.
Test sites in production
To test sites in production, one can use local backend with the production site but here the browser can give CORS errors.
The following response headers can be modified using Requestly to test sites in production.
- Access-Control-Allow-Origin
- Access-Control-Allow-Methods
- Access-Control-Allow-Headers
- Access-Control-Allow-Credentials
Modifying headers happens to be a powerful tool in the hands of the developer. There’s a lot that can be done than covered in this article.
Modify Headers in Safari
Download the Requestly desktop app to modify headers in safari and other apps.
I hope you enjoyed learning about modifying headers. If you have any questions, feel free to ask them in our community section.
Here’s a demo video which shows modification of headers in action
Happy Debugging 🚀
Originally published at https://requestly.com.
Top comments (0)