Redirect strips trailing slash and POST
-
Hi there
We are experiencing an issue with this plugin when POSTing to a REST URL.
Our URL has a trailing slash, for example:
https://localhost/wp-json/wpgmza/v1/datatables/
The request also contains POST data.
Your plugin is issuing a redirect to
https://localhost/wp-json/wpgmza/v1/datatables
Unfortunately the POST body is lost and the request is sent as a GET request, causing our plugin to break.
Is there a workaround or solution for this please?
Kind regards
– Perry
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect strips trailing slash and POST’ is closed to new replies.