foss42 / apidash

API Dash is a beautiful open-source cross-platform (macOS, Windows, Linux, Android & iOS) 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.67k stars 319 forks source link

Add support for HTTP Cookies #465

Open kylelmh opened 1 month ago

kylelmh commented 1 month ago

Tell us about the task you want to perform and are unable to do so because the feature is not available I want to make a request to an endpoint that has a cookie session e.g.

curl --cookie "session_token=abcd" www.example.com/secured

Describe the solution/feature you'd like us to add Add an option to allow for cookies / persistent http client

Any other feedback you would like to provide regarding the site

ashitaprasad commented 1 month ago

Thanks for opening this issue @kylelmh Tagged it as a good first issue so that contributors can take a look into it and send across a PR

GeorgeLifinRell commented 1 month ago

I would like to work on it.

I'm new to open source contributions, @ashitaprasad Can you guide me by defining my tasks and ways to achieve them?

Thanks in advance

ashitaprasad commented 1 month ago

Sure @GeorgeLifinRell .. you can send across a PR with your preliminary design of this feature.