Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description:
============
How to invoke BW HTTP server from the JQuery Ajax HTML page?
Environment:
===========
BW ALL
Symptoms:
========
Calling the HTTP server will result in an Jquery Ajax error.
Cause:
=====
Browser restriction on request origin.
Resolution:
==========
Add the following header properties in the send the HTTP response activity.
"Access-Control-Allow-Origin" -> "*"
"Access-Control-Allow-Headers" -> "Origin, X-Requested-With, Content-Type, Accept"