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
#66 adds support for Origin header to get around CORS and you can also send the User-Agent header there too. If you provide it with fetch then it won't get sent at all.
I'm guessing some stuff needs refactoring to send requests via Electron instead of Fetch
Hey, thanks for the great app! It's been really really useful.
I'm in an interesting spot now -- I'm trying to test an API whose behavior depends on the incoming
User-Agent
header.I tried setting it in the headers box, but it looks like it wasn't applied:
Would it be possible to accept user-agent overrides here? Thanks!
The text was updated successfully, but these errors were encountered: