Configuring CORS
If you have any questions during development, post them on the Issues page of GitHub. For details about parameters and usage of each API, see the API Reference.
|
Parameter |
Value |
Description |
|---|---|---|
|
Allowed Origin |
* |
Allows all request origins.
NOTE:
You can also configure a domain name or IP address. |
|
Allowed Method |
PUT, GET, POST, DELETE, HEAD |
Allows all HTTP methods. |
|
Allowed Header |
* |
Allows requests to carry any headers. |
|
Expose Header |
|
Allows the response to return the specified additional headers. |
For the detailed procedure for configuring CORS on each client tool, see here.
Last Article: Obtaining Endpoints
Next Article: Initializing an Instance of ObsClient
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.