Hi all,

I use the default browser as a REST service client running
an ajax script. Outside the browser I intercept the outgoing
Web Service call and I route it myself through peers. I sent
the returned response back to the browser on the same port.
On Firefox, IE and Safari this works fine, on Android's browser
the response I sent back to the ajax script running on it does
not do much. I do get preflight OPTIONS headers at request
time which I deal with locally. Is there a security restrictions
on returned results to the browser? Any ideas?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to