JDK-8009375 : Implement W3C CORS protocol
  • Type: New Feature
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2013-03-04
  • Updated: 2014-06-06
Related Reports
Relates :  
Description
We need to provide similar capabilities as Java Script (XMLHttpRequest) for Java clients, as defined in the W3C CORS specification (Cross Origin Resource Sharing). This specification defines exactly which kinds of Http request can be made cross-origin without explicit permissions being granted. It also defines a procedure for clients to dynamically query servers for permission for other kinds of http request.