Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headers not being sent #22

Open
jp-sauve opened this issue Apr 10, 2019 · 3 comments
Open

Headers not being sent #22

jp-sauve opened this issue Apr 10, 2019 · 3 comments

Comments

@jp-sauve
Copy link

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.

@rimmartin
Copy link

Yea it even sends itself as origin even though I've supplied that header
Don't see my other headers either.

I wonder if it is an ssl issue

@yurito
Copy link

yurito commented Apr 22, 2021

You need to add the values separeted by space like this:
Authorization : Basic eXVyaToxMjM0NTY=

@mateuszkozakiewicz
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants