You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client, contract, openapi): support 3xx response (#304)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Documentation**
- Introduced a new “Redirect Response” page in the OpenAPI docs with an
updated sidebar for easier navigation.
- **New Features**
- Enhanced HTTP redirect handling to offer more precise control over
redirection.
- Improved error response validations for clearer, more reliable
feedback.
- **Bug Fixes**
- Updated error handling logic to provide more accurate status code
validations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
When invoking a redirect procedure with [OpenAPILink](/docs/openapi/client/openapi-link), oRPC treats the redirect as a normal response rather than following it. Some environments, such as browsers, may restrict access to the redirect response, **potentially causing errors**. In contrast, server environments like Node.js handle this without issue.
0 commit comments