One API that I am currently using indicates that I need a special content type string. I don't know how to install this in python request library
import requests headers = {'Content-type': 'content_type_value'} r = requests.get(url, headers=headers)
Vikas Oyha answered correctly.
I created a class for access and validation, which you can get here.
This is only possible thanks to Mozilla. I hope they update the list.
A partial list of all available content types is here (from Mozilla)
Source: https://habr.com/ru/post/1608003/More articles:Android только месяц и год сборщик в материальном дизайне - androidВход в систему с помощью Linkedin OAuth api: позволяет запрашивать авторизацию разрешений - apimaven project does not recognize some artifacts - javaHow to change marker color? Google Maps - google-maps-markersThe difference between client thread mode and cluster yarn mode - apache-sparkAlternating Throw - swift2Есть ли способ предотвратить javax.net.ssl.SSLHandshakeException в Unity, потому что сервер не поддерживает SSLv3, чтобы предотвратить атаку пуделя? - sslHow to determine where the exit code comes from? - c #NSLayoutConstraint Crash Tracking? - stackVideoView слишком долго запускает видео с URL-адреса - androidAll Articles