When running a Postman GET Request on website ‘Reata Pharmaceuticals Inc. - About Us’ using no authentication, I get a full HTML payload. However, when using Python’s requests or http.client, I get a 403 forbidden status code, even though I didn’t use any authentication on Postman. Is there any reason for this discrepancy?