Mobile app version of vmapp.org
Login or Join
Cody1181609

: Clear GET or POST data from CGI script? I'm making a toy LAN messaging system that involves Ruby CGI scripts and data files stored on the server, and I want to prevent the same data from

@Cody1181609

Posted in: #Server

I'm making a toy LAN messaging system that involves Ruby CGI scripts and data files stored on the server, and I want to prevent the same data from being sent to the server multiple times.

Is there any way that you know of to request that the client of your web server forget the GET or POST data that it sent in its request?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cody1181609

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

Got it. I was trying to use an HTTP header to redirect to "/" from "index.cgi", but changed to redirecting to "index.cgi" after seeing wolfie's post at forums.devshed.com/php-development-5/clear-get-post-value-on-refresh-page-69657.html.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme