Hi guys!
I'm trying to capture a string from a http request to the EG webserver.
As far as I can see there is no support for POST requests, only GET. Therefore I have to URLEncode the string before appending it to the request.
I capture the event HTTP.* and get the string from eg.event.suffix. All OK so far, except for the encoding since EG doesn't seem to automatically decode the string upon recieving it.
Now, beeing a Python n00b I wonder: is there an easy way to decode an URLEncoded string in the Python script?
(The string is a path+file that I want to send on to Media Player Classic)
