Why OPTIONS method for POST button widget

Hi all,

I’ve implemented a button widget with POST action, I’ve configured URL to request, but in Chrome’s console I see OPTIONS call from bonita when I click on the button…

Someone could to explain me why it’s an OPTIONS call instead of POST call in HTTP request ?

Thanks in advance.

PS : I’m using Bonita 64 bits 7.0.0 on Windows 7

1 Like

Hi,

If you make an explicit POST request, there is no reason for Chrome to make an OPTIONS call. (read more about OPTIONS here) Can you post the code of your widget ? (the part where you’re making the POST call)

Regards