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
{{ message }}
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
I have searched existing issues to ensure the bug has not already been reported
Fastify version
3.24.1
Plugin version
2.1.0
Node.js version
16.8.0
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
Windows 10 21H1
Description
If you set a base option to the Proxy function, the header "Location" will not be rewrite because of the Undici Pool not updated.
At the start of the plugin, we provide a base option, this option will provide the base URL for the Undici Pool creation under the "buildRequest" function in request.js