tweeder 0 Newbie Poster

Hi,

Let I have the complete URL : http://www.test.com/xyz/
Everything is fine when people are submitting POST request to this URL.

When people are trying to http://www.test.com/xyz (missing slash), they got a 301 Moved Permanently and then are redirect to http://www.test.com/xyz/. But once there, the POST variables are not there anymore.

Is there a way to redirect people from /xyz to /xyz/ and keep the value of the POST variables?

Is there something to do with RequestHeader?

Thank you,
Jonathan

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.