Last updated

corsProxyUrl

The corsProxyUrl option allows using a custom CORS proxy server.

Options

OptionTypeDescription
corsProxyUrlstringThe value can be the Redocly CORS proxy URL (https://cors.redoc.ly) or the URL of a custom CORS proxy server.

Examples

Modify the value of the corsProxyUrl option in the Redocly configuration file.

redocly.yaml
openapi:
  corsProxyUrl: https://cors.redoc.ly
  • openapi - Learn more about using openapi configuration.

Resources