Login Register






Getting 504'd filter_list
Author
Message
RE: Getting 504'd #5
Usually I'd say that you can't fix it since 504 is not your problem but server side.
However, I see that you haven't specified timeout which is disabled by default. I think that your request to the server is timing out in its communication with your endpoint server, hence the 504.
You should use the timeout parameter r = requests.post(url, data=payload, timeout=4.5)


Ransomware is more about manipulating vulnerabilities in human psychology than the adversary’s technological sophistication.

Reply





Messages In This Thread
Getting 504'd - by XTH - 06-30-2019, 09:20 PM
RE: Getting 504'd - by ID3F4CTED - 06-30-2019, 11:15 PM
RE: Getting 504'd - by OGs - 07-01-2019, 12:27 AM
RE: Getting 504'd - by Leviathan - 07-01-2019, 04:15 AM
RE: Getting 504'd - by Tracefl0w - 07-01-2019, 10:03 AM