@nosnossos92 хром 114 обнова ещё не всем прилетела, у меня на моём ПК ещё 113
В такие переходные периоды надо получать 113 и 114 и применять движок. Когда 114 выйдет массово, то забыть про 113
Я себе такое уже сделал.
How I can save an image from get request that is in raw data
-
Hi
I want to save an image that I get from fun captcha using android module from GET or POST reqeust using HTTP cilent, but I can't because BAS return the data into unicode, unicode remove some special characters from the data of the image.
the data that BAS return is corrept and can't be used as an image because it's in unicode, which as I said remove some content of the data of the image.
please any advise?

-
Yes, should work. But you have to Base64 decode the image data beforehand and then save it to jpg or whatever file format needed.
-