Welcome Guest, Not a member yet? Register   Sign In
Post is always empty on live server
#5

(This post was last modified: 10-19-2021, 02:51 AM by SteeveDroz.)

Additional information:

It seems that the response is sent twice, for example, if I contact the page with curl, I get 2 ci-session cookies.

I know that has been talked about on this forum before, but I checked all the potential missing links, nothing seems wrong.

(10-19-2021, 02:25 AM)InsiteFX Wrote: Your missing the action attribute.

PHP Code:
<form action="/controller/method" method="post"

No, if action is missing, the PHP_SELF page is used. It can't be that because the page is correctly displayed after the form is sent.

Other new information:

Code:
curl -i https://cramine.ch
returns HTTP/2 200

Code:
curl -I https://cramine.ch
returns HTTP/2 404
Reply


Messages In This Thread
RE: Post is always empty on live server - by SteeveDroz - 10-19-2021, 02:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB