The corsProxyUrl
option allows using a custom CORS proxy server.
Option | Type | Description |
---|---|---|
corsProxyUrl | string | The value can be the Redocly CORS proxy URL (https://cors.redoc.ly) or the URL of a custom CORS proxy server. |
Modify the value of the corsProxyUrl option in the Redocly configuration file.
redocly.yaml
openapi:
corsProxyUrl: https://cors.redoc.ly
- 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