foss42 / apidash

API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
https://apidash.dev
Apache License 2.0
1.43k stars 269 forks source link

added more headers #339

Closed Yousef-Rabia closed 5 months ago

Yousef-Rabia commented 5 months ago

PR Description

Add more headers to the existing list. Source : MDN

Related Issues

Checklist

Added/updated tests?

ashitaprasad commented 5 months ago

@Yousef-Rabia You need to add request headers only and not any response headers. I can see some response headers like Access-Control-Allow-Credentials, Access-Control-Expose-Headers etc. Please remove all response headers from the list you are adding.

ashitaprasad commented 5 months ago

Check updated description here - https://github.com/foss42/apidash/issues/105#issue-2061299024

animator commented 5 months ago

Open a new PR with verified request headers.