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

fix(http): Make proxy work with Request objects #7348

Merged
merged 2 commits into from
Mar 15, 2024
Merged

Conversation

jcesarmobile
Copy link
Member

At the moment trying to create a proxy url from a Request object ends up with a [object Object] as path.

This PR detects if the first param is a Request object and creates a new Request with the proxied url

@jcesarmobile jcesarmobile merged commit 7e68725 into main Mar 15, 2024
6 checks passed
@jcesarmobile jcesarmobile deleted the proxy-request branch March 15, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants