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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -