fresh
fresh copied to clipboard
🔢 way to set proxy in fresh?
Hi everybody,I'd thanks you for nice fresh framework!
who can I set proxy for other server like proxy in webpack
You can set up an API route (a route with just a handler and no page component) that proxies requests to an upstream server using fetch
.
We should add a docs page for this.
@alfuhigi I created a simple and quick server proxy https://github.com/gigitux/corsproxy The code is pretty straightforward, so you can copy-paste it and add a new API route to your fresh project.