Always use https doesn't work with POST requests?

Since switching to always use “https://” it seems that any POST request on my site doesn’t work.

If the page doesn’t allow GET, then there’s a Bad Request error.

If the page does allow GET, then the query parameters aren’t passed through.

Is this a known problem? I’m surprised I haven’t seen something in “Your topic is similar to …” and can’t find anything on google either.

Is there a work around?

thanks

Most likely the href/post URL it’s referencing is http:// instead of https://. You might need to change the code on your page if this is the case.

Thank you for your help.

It seems that this is indeed the case. Using http:// in a POST does not work, but changing it to https:// does.

thanks again!

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.