Page 1 of 1

The 'response code 404' is displayed when the server module is posted.

Posted: Thu Jul 03, 2025 12:49 pm
by Taku Izumi
Hi All,

I need help with a mysterious issue that is occurring in my client's environment.
That issue is, if attempting to pass more than 6 bytes of numeric data to a server module, the server module request will fail with response code 404.

Access the following URL and click the Test button with the Standard Number set to 0. At this time, the POST of the server module will be successful.

https://daicolo-navi.jp/dcwpgmlib/run/test0626?lang=eng

200ok.jpeg
200ok.jpeg (99.74 KiB) Viewed 84396 times

Next, if enter 123456 into the standard number and post to the server module, response code 404 is returned.
entrt123456.jpeg
entrt123456.jpeg (57.29 KiB) Viewed 84396 times
error404.jpeg
error404.jpeg (115.9 KiB) Viewed 84396 times
I don't understand why the response code is 404 even though I am posting to the same server module.
The client is using an IBM i server, but there are no logs being created on the IBM I APACHE.

Can anyone please help me as to what could be causing this issue or how to investigate it?

Best regards,
Taku Izumi

Re: The 'response code 404' is displayed when the server module is posted.

Posted: Wed Jul 09, 2025 9:53 pm
by adale
Just a quick shot in the dark on this, but I would check the parm definitions each step of the way with this field. If a single digit entry works, but the six digit entry fails, my guess might be that somewhere in the process one of the parm definitions is too small or limited?