October 30, 2022 at 1:22 AM
I'm trying to scrape media content from a site that uses a hash to validate the request, and it's generated with the user-agent and a timestamp.
Here are a couple of examples
Any idea what kind of hash it is?
Thanks in advance
Here are a couple of examples
- empty user agent
- timestamp: 1667088100
- (partial hash ?) or cipher: 6cZ__MvdtLgxfG0zS30CkA
- user-agent: Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0
- timestamp: 1667083300
- (partial hash?) or cipher: nS-NnG08UGYzSh9l3R31xw
Any idea what kind of hash it is?
Thanks in advance
