VS1053 streaming returns a 401 error for a url that works fine in Chrome #2093
Unanswered
Frank-Bemelman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Encountered this 401 problem with a url that works fine in my chrome browser.
I start url.begin("http://vprclassical.streamguys.net:80/vprclassical128.mp3"); with no luck.
I used chrome to check what headers chrome sends, as I thougt that might give some clue why chrome has succes, and url.begin is less fortunate.
I added/modifies the headers that are now send with url.begin(), even in the same order as chrome does.
But still no luck.
Here` are the headers that Chrome sends along:
And this is the output on my serial port:
So I am sending the exact same headers, as it seems to me, but stll that 401 error. Needless to say that many other urls just work fine, but for some reason, this one doesn't.
Any ideas what else I can explore? I ran out of ideas...
Thanks in advance,
Frank
Beta Was this translation helpful? Give feedback.
All reactions