|
Hello everyone, I have another question about url.
For example, the url I requested is http://127.0.0.1:7777/app/test.jsp?sid=aed0000dfsdf
I want to find a way to process the sid in this url, so that it will be displayed differently in the IE address bar every time I request, that is, find an algorithm to make it always change randomly.
My most important purpose is that when someone pastes the obtained address directly in the url address bar, it cannot enter the system.
See if everyone has any good methods and suggestions, thank you |
|