HTTP tutorials and examples

CORS – cross origin request tutorial and example in PHP

CORS (cross origin resource sharing) can be used to make AJAX requests to different origins. Here are some points to note: CORS un-aware browser will read more

HTTP cookie and sub domains

When a cookie is set from a webserver, it can be for a specific domain or for a domain and all its subdomain. This article read more