Добрый день!
Пишу такой запрос:
import requests
res = requests.post('
89.105.199.78:9000/chatbot/openSession', headers={'Content-type': 'application/json'}, data={'username':'ххххххх,'password':'хххх'})
print(res)
print(res.text)
Получаю:
Don't try to hack the URI!
Подскажите, плиз, в чем я не прав?