on 2013 Nov 19 6:36 AM
Request clarification before answering.
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 = '*'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.