Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged requests  ✕   ✕
laluka/bypass-url-parser https://github.com/laluka/bypass-url-parser
Thu 07 Jul 2022 04:20:53 PM PDT archive.org

Tool that tests MANY url bypasses to reach a 40X protected page. If you wonder why this code is nothing but a dirty curl wrapper, here's why:

  • Most of the python requests do url/path/parameter encoding/decoding, and I hate this.
  • If I submit raw chars, I want raw chars to be sent.
  • If I send a weird path, I want it weird, not normalized.

This is surprisingly hard to achieve in python without loosing all of the lib goodies like parsing, ssl/tls encapsulation and so on. So, be like me, use curl as a backend, it's gonna be just fine.

tools cli http requests bypass
Request Your Personal Information from Amazon https://www.amazon.com/gp/help/customer/display.html?nodeId=GXPU3YPMBZQRWZK2
Mon 24 Jan 2022 02:44:24 PM PST archive.org

To access personal data that isn't available in Your Account or in your device (e.g. your search history):

  • Go to Request My Data.
  • Select the data you want to receive.
  • Click Submit Request when you're done.
  • Click the validation link in your confirmation email.
  • Once your request is processed, a secure download link will be sent to the e-mail address associated with the account.
howto amazon data requests privacy opsec
liyasthomas/postwoman https://github.com/liyasthomas/postwoman
Fri 03 Jul 2020 07:22:07 PM PDT archive.org

A free, fast and beautiful API request builder (web alternative to Postman) used by 60k+ developers. Play around with requests when developing against an API. Supports all HTTP verbs. Is technically a PWA.

Online demo (in devtools): https://postwoman.io

rest api online tools requests development http pwa javascript
/questions/27709422/scrapy-simulate-xhr-request-returning-400 https://stackoverflow.com/questions/27709422/scrapy-simulate-xhr-request-returning-400
Tue 20 Mar 2018 12:10:42 AM PDT archive.org

A stackoverflow discussion about how to use python to make an xmlhttprequest. I looked this up because that's how you're supposed to interact with unmark's pseudo API. The accepted answer shows how to do it with scrapy, but I think it could be adapted for use with the requests module. The HTTP method would be POST, and one of the headers would be "X-Requested-With: XMLHttpRequest". It's worth a shot, at any rate.

unmark http python xmlhttprequest exocortex headers scrapy api stackoverflow requests bookmarks bots
6375 links, including 417 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn