In this method we keep track of the data by passing the data as a query string from one page to another page. A query string starts with ? symbol and is followed by set of key-value pairs. Each pair is separated using the & symbol. Passing huge amount of data using query string is cumbersome. This method is recommended only when the data that is needed to be passed is very less. Following example demonstrates passing data using query string: index.html 1 2 3 4 5 6 7 8 9 10 <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
The post How to perform URL rewriting in Servlets appeared first on Coding Security.
How to perform URL rewriting in Servlets
read more
Tidak ada komentar:
Posting Komentar