cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling CORS requests in web IDE.

shivakishore
Explorer
0 Kudos

Hi,

i have built an HTML5 application in HCP using web IDE. I want enable CORS(Cross origin resource sharing) requests for this app.

could you please assist..

Thanks...

Accepted Solutions (0)

Answers (1)

Answers (1)

Vlado
Advisor
Advisor
0 Kudos

There is this great 3 years old blog post:

HTH!

--Vlado

shivakishore
Explorer
0 Kudos

Hi,

In my application i am trying consume the resource(service) exposed by web-ide in the other domain.

So whenever the request comes for the resource, i need to to add access control origin header in the response which am sending from web-IDE for resource sharing. I don't know where and how to configure this in the web-IDE. please provide some help for this configuration..