I am having this issue when posting a POST request to the Cyrillic. I Have been using JSoup and tried something similar to this and the site uses win1251 encoding
. header (“Content-Type”, “application / x-www-form-urlencoded; charset = UTF-8”)
but it is not working? what could be the issue
Problem solved. I have edited the source code of jsoup to make it work.