Jump to content

Transfer-Encoding chunked


iwato

Recommended Posts

BACKGROUND:  This is follow-up to my newly created webpage at ali.publiustwo.com.  For a long time I was  able to successfully transmit and store the data of the first of two forms.  Unable to understand why the data of the second form was not appearing in my data base I discovered that two of the variables were missing in the PHP processing file.  After these were added, the transmission failed completely.  The following error message was discovered

Connection close
Content-Typetext/html;
charset=UTF-8
Date Tue,10 Dec 2019 18:58:01 GMT
ServerApache
Transfer-Encoding chunked

Accept */*
Accept-Encoding gzip, deflate, br
Accept-Language en-US,en;q=0.5
Connection keep-alive
Content-Length 2085
Content-Type multipart/form-data; boundary=---------------------------18838717971881884458692932590
Host ali.publiustwo.com
Referer https://ali.publiustwo.com/
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:48.0) Gecko/20100101 Firefox/48.0
X-Requested-With XMLHttpRequest

ADDENDUM:  The HTTP Request is reporting the following:  HTTP/1.1 500 Internal Server Error 318ms]

REQUEST:  Could you explain what might be going and propose a solution.

Roddy

Edited by iwato
Additional infomation. See ADDENDUM
Link to comment
Share on other sites

Please ignore the above request.  I have resolved the problem.

There was an incompatibility between what was being sent and what was supposed to be received.  Thank goodness for prepared statements.  They make everything so easier once you understand how to interpre the hieroglyphs of error encoding.

Roddy

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...