Creative ways to solve common problems – II
The Problem: The Javascript XHttpRequests (aka AJAX) has cross domain restrictions that keeps you from making POST requests to a different domain from the one running your client code. The Solution: One of the most used ones is to create an iFrame with the POST data and add it to the document and submit it. [...]
Continue Reading →






