Hi.I'm trying to do an advanced integration with PapPal, and I use a fetch() with a POST request. This request returns a '405 Method Not Allowed' error.If I use the same request with Ajax, it works fine, but I have to do it with fetch() because Ajax ...