You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ojay talk
Is there a way to add a header to a cross-domain POST request with
Ojay?
James Coglan
unread,
Feb 13, 2009, 6:27:37 AM2/13/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ojay...@googlegroups.com
Is there a way to add a header to a cross-domain POST request with
Ojay?
I'm afraid not, as it's not possible. cross-domain POSTs are done by creating an invisible form element and submitting it, and forms cannot set headers. If you want headers on same-domain requests, call the following: