Hello,
I need to set custom HTTP headers for fields like Authorization before I submit a form. Since it is not attached to any datasource I simply do a form.submit().
How can I access the request object being sent so that I can set the HTTP headers?
Any reply is greatly appreciated.
Thanks,
Hetal
I need to set custom HTTP headers for fields like Authorization before I submit a form. Since it is not attached to any datasource I simply do a form.submit().
How can I access the request object being sent so that I can set the HTTP headers?
Any reply is greatly appreciated.
Thanks,
Hetal
Comment