My program (assembler) uses the http enabelment toolkit using POST method.
I pass the data in the request body in a form of "aaa=123". The server
returns http200, but not recognize the data (but recognize the method). the
log looks like the one below. It is clear that I am missing something, but
what? BTW, I tried to add a content header and a blank line (using 'odoa'x
that worked very well in formatting, but gave same results. Below please
find the log (Verbose mode).

ITschak

t: * * * * * HTTP REQUEST HEADERS * * * *
*
t: POST /test.php
HTTP/1.1


Host:
xx.xx.xx.xx


Content-Length:
9






t: * * * * * END HTTP REQUEST HEADERS * * * *
*
t-Entry:
translate
t-Exit:
translate
t: * * * HTTP REQUEST BODY * *
*
t:
aaa=123
t: * * * END HTTP REQUEST BODY * *
*
t-Entry:
translate
t-Exit:
translate
t-Entry:
doSend
t:
send()

t:   bytes sent:
75
t:   total bytes:
75
t:   bytes remaining:
75
t: HTTP message sent
successfully.
t-Exit:
doSend
t-Exit:
sendrqstImpl
t-Entry:
recvresp
t-Entry:
recvrespImpl
t: Client received 232
bytes.
t-Entry:
translate
t-Exit:
translate
t: HTTP status =
200
t: HTTP version =
HTTP/1.1
t: HTTP reason =
OK
t: Header: Date = Wed, 03 Aug 2016 17:57:43
GMT
t-Entry:
headerCallback
t-Exit:
headerCallback
t: Header: Server = Apache/2.4.10 (Unix) OpenSSL/1.0.1j PHP/5.6.3
mod_perl/2.0.8


*| **Itschak Mugzach | Director | SecuriTeam Software | *

*|* *Email**: [email protected] **|* *Mob**: +972 522 986404 **|*
*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to