Searched refs:Authorization (Results 1 – 25 of 41) sorted by relevance
12
3 RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
85 'Authorization' => 'Bearer ' . $accessToken
96 return array('Authorization' => 'Basic ' . $this->credentials->getConsumerSecret());
109 return array('Authorization' => 'Basic ' .
111 return array('Authorization' => 'Basic ' .
21 …tion, enter the API key here. The key will be sent as a Bearer token in the Authorization header.';
23 * Copyrights of the Authorization Provider images
217 #### Call using Proxy-Authorization Header219 and your application occupies the `Authorization` request header,220 you can include the ID token in a `Proxy-Authorization: Bearer`221 header instead. If a valid ID token is found in a `Proxy-Authorization` header,223 the Authorization header to your application without processing the content.
13 - No Authorization! Everyone can change votes from others. non-internet-users (yes, they exist...) …
346 … $this->assertEquals(sprintf('Bearer %s', $this->token), $req->getHeader('Authorization')[0]);
702 'Authorization: Bearer ' . API_KEY
369 headers.Authorization = 'Basic ' + authBuf.toString('base64')
65 * Hiding `Authorization` header value from `Request::__toString`.
237 $request->setHeader('Authorization', 'Basic xxxxxxxxxx');
2 …Authorization:"bearer "+t.accessToken}});f.default.logMessage("performing GET on item with id: "+e… property
6 …Authorization:"bearer "+t.accessToken}});f.default.logMessage("performing GET on item with id: "+e… property
123 …Authorization: 'OAuth oauth_consumer_key="' + Trello.key() + '", oauth_token="' + Trello.token() +… property
98 * Hiding `Authorization` header value from `Request::__toString`.
94 * Fix failure to strip Authorization header on HTTP downgrade109 - Remove curl auth on cross-domain redirects to align with the Authorization HTTP header458 * Bug fix: Remove the Authorization header when redirecting if the Host
46 authorizationRequired=Authorization required