CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Location
    India
    Posts
    64

    URL encoding:urgent

    Hi all,
    Can anyone provide a solution for this.
    How do i encode the url's of the pages seen on the browser at the level of the web server.In other words,can i do it in such a way that the encoding is done for all the url's by intercepting all the requests in the web server using a servlet?Also give me the code for encoding the url.



    return null;

  2. #2
    Join Date
    Aug 2000
    Posts
    11

    Re: URL encoding:urgent

    encode the url using the function
    URLEncoder.encode("url") in the java.net package.just pass the url in the
    function thats it


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured