php $_POST array empty upon form submission

前端 未结 27 3126

I have a custom CMS i\'ve built that works perfectly on my dev box (Ubuntu/PHP5+/MySQL5+).

I just moved it up to the production box for my client and now all form su

27条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 10:06

    I've found that when posting from HTTP to HTTPS, the $_POST comes empty. This happened while testing the form, but took me a while until I realize that.

提交回复
热议问题