In https://github.com/devforth/wait0/blob/main/docs/for-developers.md I found the following line:
Bypassed and non-GET requests are sent upstream as GET without the original body.
Am I understanding this correctly, that there is no way to send/forward a POST request to my origin server? E.g. a actual form, SvelteKit Form Action or fetch with method set to POST? I understand that response to such a request should bypass the cache but I'd expect the method and body to still reach my origin server.
Is there any way to enable this?
In https://github.com/devforth/wait0/blob/main/docs/for-developers.md I found the following line:
Am I understanding this correctly, that there is no way to send/forward a POST request to my origin server? E.g. a actual form, SvelteKit Form Action or fetch with method set to POST? I understand that response to such a request should bypass the cache but I'd expect the method and body to still reach my origin server.
Is there any way to enable this?