1
Reply

Making a POST request in UTF8 encoding

Pieter De Decker

Pieter De Decker

Nov 18 2008 1:08 PM
5.3k
I'm trying to implement the Last.fm API. To make a submission, I have to send a POST request to a certain URL that contains certain parameters. So far, so good.

Now, the API manual insists that I use UTF8 encoding for my POST data. How can I force UTF8 encoding?

Answers (1)