Skip to content
Snippets Groups Projects
Select Git revision
  • 8651143344fc14e5157635b5be84c86f63002440
  • main default protected
2 results

core

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Marcin Rataj authored
    OPTIONS is a noop request that is used by the browsers
    to check if server will accept cross-site XMLHttpRequest
    (indicated by the presence of CORS headers)
    
    Before this fix user could enable CORS headers in the Gateway config,
    but XHR failed due to the lack of support for OPTIONS request type
    (as described in https://git.io/vzgGe
    
    )
    
    License: MIT
    Signed-off-by: default avatarMarcin Rataj <lidel@lidel.org>
    86511433
    History
    Name Last commit Last update
    ..