Top "Get-headers" questions

How to use request.getHeader("Referer")

In my current project, I have a shopping cart integrated with the main site. Now I have to create some …

java jsp servlets request get-headers
Something faster than get_headers()

I'm trying to make a PHP script that will check the HTTP status of a website as fast as possible. …

php mysql http-status-codes fsockopen get-headers
Get the right http status code php

My code give me http status code 302 when I visit google but when I visiting with firefox browser and checking …

php curl http-headers http-status-codes get-headers
How to set timeout for get_meta_tags() & get_headers()

I've been using the get_meta_tags() & get_headers() PHP functions, and need to set a timeout value in …

php timeout get-headers
PHP - Errors with get_headers and SSL

This is my code $url = 'http://www.wikipedia.com'; // URL WITH HTTP $hurl = str_replace("http", "https", $url); // URL WITH …

php get-headers
how to set user agent for get_headers PHP function

I know It's easy to set user agent for curl but my code is based on get_headers, by default …

php curl user-agent get-headers
php get_headers location

how to use php get_headers only get location part? var_dump(get_headers('http://www.google.com',1)); This return: …

php get-headers
Warning: get_headers() This function may only be used against URLs in

I want to check if an external url exists and I've tried using different functions. Most functions use get_headers() …

php localhost get-headers