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
I added a header to my request, but it's not showing at all in the network tab of chrome's dev tools. It's also not showing on my server. I'm trying to add:
auth: somerandomlettersandnumbers
and I have a ": " between the key and value, and no quotes.
The text was updated successfully, but these errors were encountered:
If you look in browser dev tools you will see in console Attempt to set a forbidden header was denied: Origin corsclient.js:562:8 which basically makes this tool useless, I would have to redeploy my backend to check anything, using curl is faster.
I added a header to my request, but it's not showing at all in the network tab of chrome's dev tools. It's also not showing on my server. I'm trying to add:
auth: somerandomlettersandnumbers
and I have a ": " between the key and value, and no quotes.
The text was updated successfully, but these errors were encountered: