Answer the question
In order to leave comments, you need to log in
Python throws an error when trying to get data via request. How to decide?
import json
import requests
responce = requests.get('Вебхук для вызова rest api Bitrix24')
x = responce.text
print(x)
Answer the question
In order to leave comments, you need to log in
It would be even more interesting to get the response code, I assume that there is 5xx, but what you see is what you wrote:
1. Sent a request
2. Received an answer
3. Displayed the answer on the screen,
try the same thing through curl to do, the answer is the same get.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question