Толкачёв Иван
Resultados
1
preguntas formuladas por
Толкачёв Иван
¿Cómo corregir los errores "403 Prohibido" al llamar a API mediante solicitudes de Python?
3
respuestas
150
votos
242.0k
vistas
Necesitaba analizar un sitio , pero recibí un error 403 Prohibido. Aquí está el código: url = 'http://worldagnetwork.com/' result = requests.get(url) print(result.content.decode()) La salida es: <html> <head><title>403 Forbidden</title></head> <body bgcolor="white">