Hi Chuck,
NT4 to NT7 is a huge leap, so there are quite a few things that might be in play here.
The first thing to do is narrow down the scope of the problem. ie
a) do the clients _connect_ to the server ok? There were some changes to SSL along the way - especially the fact that some of the weaker SSL ciphers are turned off by default, but I don't _think_ that would cause this problem. Do they get any error at the client side which may give clues?
b) Do you see the post appear in the Web Server window log?
If the post arrives in the log, then the connection (ie SSL) is ok. So then we follow it through the log to...
c) Does it arrive in your WebServer procedure?
With regard to POST's - there have been some changes along the way - most notably the way content length is handled, and also the default protocol (HTTP 1.0 / HTTP 1.1). I can't _think_ of anything off-hand which would cause a problem, but obviously you've jumped a couple hundred builds here so clearly somthing has changed.
cheers
Bruce