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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This [`fastify`](https://www.fastify.io) plugin forwards all requests
9
9
received with a given prefix (or none) to an upstream. All Fastify hooks are still applied.
10
10
11
11
`@fastify/http-proxy` is built on top of
12
-
[`@fastify/reply-from`](http://npm.im/fastify-reply-from), which enables single route proxying.
12
+
[`@fastify/reply-from`](https://npm.im/@fastify/reply-from), which enables single route proxying.
13
13
14
14
This plugin can be used in a variety of circumstances, for example if you have to proxy an internal domain to an external domain (useful to avoid CORS problems) or to implement your own API gateway for a microservices architecture.
0 commit comments