kaazing / netx

Network utility that extends java.net, including URL
Apache License 2.0
10 stars 6 forks source link

Do not send "Origin" header if bridge is not being used #36

Open sbadugu opened 9 years ago

sbadugu commented 9 years ago

From @sanjay-saxena on January 21, 2015 19:17

The Origin header should be sent only for applets that need make cross-origin request.

Sending Origin may have issues in Android.

Copied from original issue: kaazing/netx.http#23