This content has been marked as final.
Show 4 replies
-
1. Re: AuthorizationHeader keeps failing
galg Jun 15, 2009 8:18 PM (in response to Damon Edwards)I have the same issue, but on a different service provider (not youtube).
I have read all sorts of tech notes about headers being blocked in different flash player versions,
but the last I saw claimed that "Authorization" is allowed in player 10 (that I use).
But still, same error.
Have you found a solution ?
-
2. Re: AuthorizationHeader keeps failing
Damon Edwards Jun 15, 2009 8:47 PM (in response to galg)Make sure to check your auth string for hard or soft returns, and if it has
any, take them out. That solved it for me.
authString.split("\r").join("").split("\n").join("");
-
3. Re: AuthorizationHeader keeps failing
galg Jun 15, 2009 9:16 PM (in response to Damon Edwards)Yes, that did it.
Thanks a million !
-
4. Re: AuthorizationHeader keeps failing
Damon Edwards Jun 16, 2009 6:44 AM (in response to galg)Great, no problem.

