Plz explain ....
why three lines added when the request made POST method using AJAX?
[code=javascript]
http_request.se tRequestHeader( "Content-type", "applicatio n/x-www-form-urlencoded");
http_request.se tRequestHeader( "Content-length", parameters.leng th);
http_request.se tRequestHeader( "Connection ", "close");
[/code]
Kind regards,
Dmjpro.
why three lines added when the request made POST method using AJAX?
[code=javascript]
http_request.se tRequestHeader( "Content-type", "applicatio n/x-www-form-urlencoded");
http_request.se tRequestHeader( "Content-length", parameters.leng th);
http_request.se tRequestHeader( "Connection ", "close");
[/code]
Kind regards,
Dmjpro.
Comment