Hi,
After $response = $this->browser->get('http://connect.garmin.com/proxy/activitylist-service/activities/' . $username . '?limit=' . $limit . '&start=' . $start);
I got this :
class Buzz\Message\Response#127 (5) {
private $protocolVersion =>
NULL
private $statusCode =>
NULL
private $reasonPhrase =>
NULL
private $headers =>
array(11) {
[0] =>
string(22) "HTTP/1.1 403 Forbidden"
[1] =>
string(42) "Cache-Control: no-cache, no-store, private"
[2] =>
string(16) "Pragma: no-cache"
[3] =>
string(37) "Content-Type: text/html;charset=utf-8"
[4] =>
string(22) "Content-Encoding: gzip"
[5] =>
string(19) "Content-Length: 394"
[6] =>
string(21) "Vary: Accept-Encoding"
[7] =>
string(35) "Date: Mon, 08 Sep 2014 03:36:54 GMT"
[8] =>
string(22) "Connection: keep-alive"
[9] =>
string(63) "Set-Cookie: JSESSIONID=FF4202F2469895E1F8350C8118117097; Path=/"
[10] =>
string(127) "Set-Cookie: BIGipServerconnect-3rdparty.garmin.com.80.pool=1528080576.20480.0000; expires=Mon, 08-Sep-2014 03:51:54 GMT; path=/"
}
private $content =>
string(394) "\037‹\b\000\000\000\000\000\000\003µ“ËNÃ0\020E�e(\033�HÓ¤/Ô\032KA\005uG\005ݰtœIc‘Ä‘í\bJÕ�Ç�û’Š\004HtekæúÌØ¾C2Sä”dÈ\022JŒ09Ò¨b<C˜Ë‚3ã\017Û�vx\v\036<(%\025(¬¤2ÄwR¢Ír³\xÞ4€U*K㥬\020ùr4g™,ØM¤\004Ëo4+µ§Q‰tÌe.Õè=\023\006Ç1ão\v%ë2ñ\ø²\037ö'ÃÁ¸\001iñ‰£0¬>Æk˜†g¡\a\003GÞkè÷O“׿ðãÜ¢Où®¬Åýc¯k˜ýŽv l‘Ç\036ݸù\bVM\032Fà\004ë¨]²\002OÂÓçChß’çQâ;_\001ñ�1c™,I\003:�Ïgðb˜©5ô:]kËG©b‘$XZm@‰En:¹k\005-(¥ÎXb÷ÛM‹’ʲ¨YVHü˜î@;OWÛ|�Z³…“�š\036U¨éA• æJTFÈr§Œ8·GÁH0v€t…\¤\002\023[@ËZq„«=ë\0322¦!F,!ÝÅÚû\002?Ü"ë~;¤ö\005ºö¼{,¿\031ì/ñ@¸†ß\003\000\000"
}
Access is forbidden from now ?!
Any ideas ?
Hi,
After $response = $this->browser->get('http://connect.garmin.com/proxy/activitylist-service/activities/' . $username . '?limit=' . $limit . '&start=' . $start);
I got this :
class Buzz\Message\Response#127 (5) {
private $protocolVersion =>
NULL
private $statusCode =>
NULL
private $reasonPhrase =>
NULL
private $headers =>
array(11) {
[0] =>
string(22) "HTTP/1.1 403 Forbidden"
[1] =>
string(42) "Cache-Control: no-cache, no-store, private"
[2] =>
string(16) "Pragma: no-cache"
[3] =>
string(37) "Content-Type: text/html;charset=utf-8"
[4] =>
string(22) "Content-Encoding: gzip"
[5] =>
string(19) "Content-Length: 394"
[6] =>
string(21) "Vary: Accept-Encoding"
[7] =>
string(35) "Date: Mon, 08 Sep 2014 03:36:54 GMT"
[8] =>
string(22) "Connection: keep-alive"
[9] =>
string(63) "Set-Cookie: JSESSIONID=FF4202F2469895E1F8350C8118117097; Path=/"
[10] =>
string(127) "Set-Cookie: BIGipServerconnect-3rdparty.garmin.com.80.pool=1528080576.20480.0000; expires=Mon, 08-Sep-2014 03:51:54 GMT; path=/"
}
private $content =>
string(394) "\037‹\b\000\000\000\000\000\000\003µ“ËNÃ0\020E�e(\033�HÓ¤/Ô\032KA\005uG\005ݰtœIc‘Ä‘í\bJÕ�Ç�û’Š\004HtekæúÌØ¾C2Sä”dÈ\022JŒ09Ò¨b<C˜Ë‚3ã\017Û�vx\v\036<(%\025(¬¤2ÄwR¢Ír³\xÞ4€U*K㥬\020ùr4g™,ØM¤\004Ëo4+µ§Q‰tÌe.Õè=\023\006Ç1ão\v%ë2ñ\ø²\037ö'ÃÁ¸\001iñ‰£0¬>Æk˜†g¡\a\003GÞkè÷O“׿ðãÜ¢Où®¬Åýc¯k˜ýŽv l‘Ç\036ݸù\bVM\032Fà\004ë¨]²\002OÂÓçChß’çQâ;_\001ñ�1c™,I\003:�Ïgðb˜©5ô:]kËG©b‘$XZm@‰En:¹k\005-(¥ÎXb÷ÛM‹’ʲ¨YVHü˜î@;OWÛ|�Z³…“�š\036U¨éA• æJTFÈr§Œ8·GÁH0v€t…\¤\002\023[@ËZq„«=ë\0322¦!F,!ÝÅÚû\002?Ü"ë~;¤ö\005ºö¼{,¿\031ì/ñ@¸†ß\003\000\000"
}
Access is forbidden from now ?!
Any ideas ?