You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very often authorization in APIs is done via request headers and if user adds some headers they are very likely needed for all requests in that API. Requiring user to add the headers again after a page refresh adds a lot of friction. The headers should be cached in local storage or any other available place.
The text was updated successfully, but these errors were encountered:
I also think this would be an awesome enhancement. I have a situation where I need to add custom header fields to every request and think it would be great to have a place to specify these headers within the test tool's config or code.
Very often authorization in APIs is done via request headers and if user adds some headers they are very likely needed for all requests in that API. Requiring user to add the headers again after a page refresh adds a lot of friction. The headers should be cached in local storage or any other available place.
The text was updated successfully, but these errors were encountered: