There is a post request in which Cyrillic words can be transmitted. How do I process this request so that the Cyrillic alphabet is displayed normally? If yuzat
header("Content-Type: text/html;charset=windows-1251");
That appears on the error getting header, because there is still receiving a post request from a third-party server. How to solve the problem, who knows?