Lines Matching full:token
35 return '/lib/exe/fetch.php?'.$w.$h.'{%token%}media='.$this->media;
38 function fetchResponse($token){ argument
40 return $request->get(array(),str_replace('{%token%}',$token,$this->getUri()));
44 * modified image request with valid token
60 * fit=1 does not affect token validation; token is hashed over (id, w, h)
61 * only, so an existing token must still pass when the request adds fit=1.
72 * modified image request with invalid token
81 * modified image request with no token
90 * native image request which doesn't require a token
91 * try: with a token & without a token
100 foreach(array($any_token, $no_token) as $token) {
101 $response = $this->fetchResponse($token);