Hi
When requesting from WAMP on my local server it works, but when requesting from the production server 403 is returned..
WAMP response (apache on local windows):
Array
(
[url] => https://www.google.com/accounts/ClientLogin
[content_type] => text/plain
[http_code] => 200
[header_size] => 299
[request_size] => 203
[filetime] => -1
[ssl_verify_result] => 20
[redirect_count] => 0
[total_time] => 2.215
[namelookup_time] => 0.046
[connect_time] => 0.062
[pretransfer_time] => 0.124
[size_upload] => 611
[size_download] => 1202
[speed_download] => 542
[speed_upload] => 275
[download_content_length] => 1202
[upload_content_length] => 611
[starttransfer_time] => 2.121
[redirect_time] => 0
[certinfo] => Array
(
)
[primary_ip] => 77.214.53.152
[primary_port] => 443
[local_ip] => 192.168.1.101
[local_port] => 51516
[redirect_url] =>
)
Production response:
Array
(
[url] => https://www.google.com/accounts/ClientLogin
[content_type] => text/plain
[http_code] => 403
[header_size] => 339
[request_size] => 203
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 1.088959
[namelookup_time] => 0.004291
[connect_time] => 0.008242
[pretransfer_time] => 0.024296
[size_upload] => 611
[size_download] => 362
[speed_download] => 332
[speed_upload] => 561
[download_content_length] => 362
[upload_content_length] => 611
[starttransfer_time] => 1.025485
[redirect_time] => 0
[redirect_url] =>
[primary_ip] => 2a00:1450:4001:808::1013
[certinfo] => Array
(
)
[primary_port] => 443
[local_ip] => 2a01:4f8:a0:24e3::2
[local_port] => 40319
)
Hi
When requesting from WAMP on my local server it works, but when requesting from the production server 403 is returned..
WAMP response (apache on local windows):
Production response: