Invoke BW HTTP server from the JQuery Ajax HTML page.

Invoke BW HTTP server from the JQuery Ajax HTML page.

book

Article ID: KB0089116

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

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"

Issue/Introduction

Invoke BW HTTP server from the JQuery Ajax HTML page.