JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

REST API should process OPTIONS requests

jadehttp.dll doesn't currently handle an HTTP request with a verb of OPTIONS. When modern browsers make a PUT or DELETE verb call they will first make an OPTIONS request to satisfy CORS requirements. Jadehttp.dll currently rejects this with a 400 response (invalid syntax). PUT requests are a standard part of REST, yet JADE cannot correctly process them.



P
  • Guest
  • May 1 2019
  • Shipped (2020)
  • Attach files
  • Allistar Melville commented
    December 19, 2019 04:28

    One trick is to make sure that WebDAV is not enabled in IIS. This prevents PUT requests from being made to Jade.

  • +3