PostLink

Software Screenshot:
PostLink
Software Details:
Version: 1.0
Upload Date: 5 Jun 15
Developer: emilyandbrian
Distribution Type: Freeware
Downloads: 139

Rating: 5.0/5 (Total Votes: 1)

By default all links inside a website are standard GET requests.

The plugin will convert the link to a temporary form so it can be a POST request to the script with the same query string.

Usage:

<script type="text/javascript" src="jquery.postlink-0.1.js"></script>
<script type="text/javascript">
$(document).ready(function() {
  $('a').postlink();
});
</script>


The benefit of using this plugin is that all requests to the server will be post requests instead of get requests.

This will also prevent the address bar from being "cluttered", especially applications that pass a session key with every request to the server.

Requirements:

  • JavaScript enabled on client side
  • jQuery

Similar Software

Comments to PostLink

Comments not found
Add Comment
Turn on images!