How can i make a cross domain DELETE request from JavaScript? -
How can i make a cross domain DELETE request from JavaScript? -
i writing piece of javascript needs phone call google latitude api delete point.
the request google latitude of form:
delete https://www.googleapis.com/latitude/v1/location/locationid
is there way of doing straight javascript, or have create request server side?
i don't believe it's possible because of browser's same origin policy.
with javascript can set requests dynamically generated scripts tags , images or post requests submitting form.
javascript cross-domain
Comments
Post a Comment