Пытаюсь отправить пост запрос на
https://specnomer.net/number/search/
post_params = {
'page': '300',
'u': f'{nick}',
'price_from': '0',
'price_to': '100000000',
'type': 'sell',
'number_type': 'auto',
'num': '********',
'region2': '',
'price': '0;100000000',
'price_from': '0',
'price_to': '100000000',
'sort': '',
}
headers = {
'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',
'x-requested-with': 'XMLHttpRequest',
'content-type': 'application/x-www-form-urlencoded; charset=UTF-8'
}
nomera = requests.post('https://specnomer.net/number/search/', headers=headers, data=post_params)
Получаю ошибку 403