I am writing a program that retrieves some data from a server, performs some operations on it, and saves the output to a csv file. The problem is that the server (for which I am not responsible) ALWAYS returns an internal error of the HTTP 500 server. I talked to the team that monitors it, and although they know about the error, they said that this does not affect their decision .
Is there a way to ignore this answer in my code and still receive data?
source share