cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HTTP Request failed error in Netweaver Gateway using HTML5

Former Member
0 Likes
1,949

Hi All,

This is the error i'm getting when i tried in the browser. I was trying to access the index.html page created.

The Odata service has one parameter. Kindly help me with this issue.

Chrome Stats using F12

View Entire Topic
Former Member
0 Likes

Have you tried something like this:

DATA : http_client TYPE REF TO IF_HTTP_CLIENT.

CALL METHOD http_client->request->set_header_field

  EXPORTING

    name  = 'Access-Control-Allow-Origin'

    value = '*'.