fresh icon indicating copy to clipboard operation
fresh copied to clipboard

🔢 way to set proxy in fresh?

Open ajf-sa opened this issue 2 years ago • 2 comments

Hi everybody,I'd thanks you for nice fresh framework!

who can I set proxy for other server like proxy in webpack

ajf-sa avatar Jul 01 '22 19:07 ajf-sa

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.

lucacasonato avatar Jul 03 '22 01:07 lucacasonato

@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.

gigitux avatar Jul 03 '22 15:07 gigitux