Skip to content
Last updated

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

Resources

  • OpenAPI configuration - Complete guide to OpenAPI configuration options for customizing API reference documentation
  • OpenAPI Specification - Official OpenAPI Specification documentation for understanding API description standards
  • OpenAPI visual reference - Visual guide to OpenAPI specification structure and CORS proxy configuration
  • Configuration options - Explore other project configuration options for comprehensive documentation customization