Closed bbhxwl closed 2 weeks ago
Yes it is possible. What do you want to achieve exactly?
Can any node code be executed? Is there still a specific API? I want to open my webpage/test, which is actually accessing test.com. The API URL called in the website test.com is, for example, api.test.com. Therefore, I need to reverse proxy test.com and replace all api.test.com that appear in it in order to fully reverse proxy all webpages and APIs
You can take a look at the H3 utils to proxy requests: https://h3.unjs.io/utils/advanced#proxy
Can I use nuxt to implement reverse proxy using workers?