All
I've got an IBM M/F calling, via CICS web support, an IIS 6.0 installation.
For various reasons I'm being asked to host the web server on port 82 which
I've done. When our m/f calls a web server on any port other than 80 it
adds the port number to the host name with the port number being 0 filled to
5 characters so the host name parameter is like my-server:00082.
This appears to cause IIS an issuse and IIS returns an http 400 Invalid
Request (Bad Hostname). From my MS platform I can set mimic this problem by
settig the hostname to that which the m/f sets and equallt I can solve the
prblem by dropping the 0s so my-server:82 works. Unfortunately we don;t
appear to have the ability to drop the 0s from the m/f request and I've
tried to use the headers to redirect to port 80 but I'm not able to enter
either 00082 or my-server:00082 and I'm now out of ideas.
Anyone seen this before and can suggest a way forward?
Cheers
--
My Inbox is a temple - please remove SHOES before entering
AP