I'm looking for a solution to get the original send URL from the client request, whenever i received a request from the Client that stored in c:/URL_folder/myfile%30test.txt HTTP/1.5".I tried out to find some more information related to where else these files are stored but i Never found a property or collection item which has the value "/URL_folder/myfile%30test.txt" I expect. But i was successful in finding out the values where the path for "/URL_folder/myfile%30test.txt" is translated in "/folder/myfile test.txt" but I need the quoted URL. Where can I get this?
Bookmarks