I am trying to create an HTTP post request to a server. Part of the post parameters is a German movie title such as
Cowboys & Aliens
or
Das süße Leben
When the request gets posted by my browser the get posted as
Cowboys+%26+Aliens
and
Das+s%FC%DFe+Leben
I can't figure what type of encoding this is, and how to reproduce it in perl.
Can anyone help, please?