Why OPTIONS method for POST button widget

1
+1
-1

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

Comments

Submitted by Quentin Choulet on Wed, 11/18/2015 - 17:24

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

No answers yet.
Notifications