Error using server-side source with full url
Error using server-side source with full url
![alfredojez](https://secure.gravatar.com/avatar/8f011a9c4110d15d05398553e7c66c87/?default=https%3A%2F%2Fvanillicon.com%2F8f011a9c4110d15d05398553e7c66c87_200.png&rating=g&size=120)
For some reason I'm able to call my external Source when using absolute URLs, like
"sAjaxSource": "http://comparabienservices.elasticbeanstalk.com/services/pe/ahorros.php",
When using relative URLs works fine:
"sAjaxSource": "/services/pe/ahorros.php",
"sAjaxSource": "http://comparabienservices.elasticbeanstalk.com/services/pe/ahorros.php",
When using relative URLs works fine:
"sAjaxSource": "/services/pe/ahorros.php",
This discussion has been closed.
Replies
To 'get around it' you need to use a method such as JSONP.
Allan