Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add http:FollowRedirects support in the generated client configurations #7519

Open
Nuvindu opened this issue Jan 24, 2025 · 0 comments
Open

Comments

@Nuvindu
Copy link
Contributor

Nuvindu commented Jan 24, 2025

Description

The generated client configurations from the OpenAPI tool currently do not support the option to use http:FollowRedirects. This limits the ability to control redirect behavior in HTTP client operations, which can be a requirement for some use cases

Steps to Reproduce

  1. Run the following command to generate client and types.
    bal openapi -i <path-to-openapi-spec>

  2. Check the ClientConfig record in the types.bal file

Version

2201.10.2

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: BackLog
Development

No branches or pull requests

2 participants