B brittle New member Jun 14, 2010 #1 I've tried $browser->head(url, Header1 => Value1, Header2 => Value2, ...); but what if I also need to include "Authorization: Oauth" before I have the Headers and Values? Where do I include that?
I've tried $browser->head(url, Header1 => Value1, Header2 => Value2, ...); but what if I also need to include "Authorization: Oauth" before I have the Headers and Values? Where do I include that?
J JoelKatz New member Jun 14, 2010 #2 That would be a Header of "Authorization" and a value of "Oauth". Why do you think a header needs to go before the headers?
That would be a Header of "Authorization" and a value of "Oauth". Why do you think a header needs to go before the headers?
J JoelKatz New member Jun 14, 2010 #3 That would be a Header of "Authorization" and a value of "Oauth". Why do you think a header needs to go before the headers?
That would be a Header of "Authorization" and a value of "Oauth". Why do you think a header needs to go before the headers?