Error using server-side source with full url
Error using server-side source with full url
alfredojez
Posts: 1Questions: 0Answers: 0
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