-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
When I test my php-simple-proxy installation by manually entering a remote URL in my web browser, it works fine.
But when I try to use JavaScript to get the same information, I just see:
Response: {"status":{"http_code":0},"contents":null}
var ajaxProxy = "php-simple-proxy/ba-simple-proxy.php?url=";
cardURL = ajaxProxy + cardURL;
info("Waiting for response on " + cardURL + "...");
$.ajax({
type: "GET",
timeout: 10000, // ms
url: cardURL,
cache: true,
complete: function(response, status) {
alert("Response: " + response.responseText);
}
});
Metadata
Metadata
Assignees
Labels
No labels