1
Answer

Making a POST request in UTF8 encoding

Photo of Pieter De Decker

Pieter De Decker

16y
5.8k
1
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)