HTTP_CORS_SUPP - HTTP CORS Suppression List
HTTP CORS Suppression List information is stored in SAP table HTTP_CORS_SUPP.
It is part of development package SIHTTP_CORS in software component BC-MID-ICF. This development package consists of objects that can be grouped under "CORS".
It is part of development package SIHTTP_CORS in software component BC-MID-ICF. This development package consists of objects that can be grouped under "CORS".
Fields for table HTTP_CORS_SUPP
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| VIRTUAL_HOST | Name of a Service in Internet Communication Framework | X | ICFNAME | CHAR | 30 | |
| SERVICE_PATH | CSP: Shortened HTTP Service Path | X | HTTP_SERVICE_SHORT | CHAR | 256 | |
| HTTPS | 'X" if is HTTPS call | HTTP_HTTPS_TYPE | CHAR | 2 | ||
| ORIGIN_HOST_RULE | origin host rule | HTTP_ORIGIN_HOST_RULE | CHAR | 2048 | ||
| .INCLUDE | HTTP_REQUESTED_METHODS | 0 | ||||
| GET_CORS | Get Request | HTTP_GET_BOOL | CHAR | 2 | ||
| POST | Post request | HTTP_POST_BOOL | CHAR | 2 | ||
| HEAD | Head request | HTTP_HEAD_BOOL | CHAR | 2 | ||
| PUT | put request | HTTP_PUT_BOOL | CHAR | 2 | ||
| PATCH | Patch request | HTTP_PATCH_BOOL | CHAR | 2 | ||
| DELETE_CORS | delete request | HTTP_DELETE_BOOL | CHAR | 2 | ||
| TRACE | trace request | HTTP_TRACE_BOOL | CHAR | 2 | ||
| OPTIONS | Options request | HTTP_OPTIONS_BOOL | CHAR | 2 | ||
| CONNECT_CORS | Connect Request | HTTP_CONNECT_BOOL | CHAR | 2 | ||
| ALLOWED_HEADERS | allowed headers for CORS | HTTP_CORS_ALLOWED_HEADERS | CHAR | 2048 |