in reply to Re: HTTP::Request::Common - Unescape some characters
in thread HTTP::Request::Common - Unescape some characters

I have checked URI::Escape , but i believe the HTTP::Request::Common is an easy way as per its documentation as it escapes automatically.
Help Sought
Thansk
abhi
  • Comment on Re^2: HTTP::Request::Common - Unescape some characters

Replies are listed 'Best First'.
Re^3: HTTP::Request::Common - Unescape some characters
by Corion (Patriarch) on Jun 24, 2009 at 09:27 UTC

    Please show us data in the form you have it, and in the form you want it, and how it is used. That will help us help you better, because currently, it is quite unclear to me what data you have, where you use it and where you think that HTTP::Request::Common will escape or unescape it.

      Some details as asked:
      I have to post an xml to a URL so i am doing two step escaping:
      1. for the values of XML, which are html escaped.
      2. For the whole of xml generated which is URL Escaped

      First step by HTML::Entities and second step done automatically by HTTP::Request::Common.
      Now i need to know how to do it correctly,

      Thanks
      abhishek