in reply to Re^2: CGI - Not getting POST Variables
in thread CGI - Not getting POST Variables
It sounds to me like the problem's in the C++ web client, not the perl backend. You might want to sniff the connection, and see exactly what the client is sending, as it doesn't seem to be serializing the values correctly. (or it's using some sort of encoding that I'm not familiar with, and the perl script doesn't understand)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CGI - Not getting POST Variables
by jdtoronto (Prior) on Aug 03, 2006 at 16:17 UTC | |
by vi_srikanth (Acolyte) on Aug 05, 2006 at 11:48 UTC | |
by Anonymous Monk on Aug 06, 2006 at 08:09 UTC | |
|
Re^4: CGI - Not getting POST Variables
by vi_srikanth (Acolyte) on Aug 03, 2006 at 13:52 UTC | |
by jhourcle (Prior) on Aug 03, 2006 at 14:12 UTC |