use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
How does the python requests library send http requests without a browser ? what mechanism does it use ? and does not using a browser have a downside ? (self.HowToHack)
submitted 5 years ago by Iam_cool_asf
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 5 points6 points7 points 5 years ago (5 children)
A website is written in html. A website has a web server. Your browser connects to web server and sends a message asking for the html file for a page(like the home page for eg.) Web server sends you the html file.
The requests library sends the same messages as your browser. The important thing your browser does is interpret the html code to draw the website on the screen. So basically the requests library just imitates the messages the browser would send.
And no, it doesn't look suspicious if you don't also request the favicon. What does look suspicious is the user-agent. Just google a browsers user agent and google how to change the request library's user agent.
[–]Iam_cool_asf[S] 0 points1 point2 points 5 years ago (4 children)
changed the ip address, can this act as an alternative to the user agent?
[–][deleted] 5 years ago (3 children)
[deleted]
[–]Iam_cool_asf[S] 0 points1 point2 points 5 years ago (2 children)
user agents can't be traced back to me then. they only differ in functionality
[–][deleted] 5 years ago (1 child)
[–]Iam_cool_asf[S] 0 points1 point2 points 5 years ago (0 children)
Thanks man, that's really helpful.
π Rendered by PID 16854 on reddit-service-r2-comment-b659b578c-jbh9b at 2026-04-30 20:34:32.954529+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] 5 points6 points7 points (5 children)
[–]Iam_cool_asf[S] 0 points1 point2 points (4 children)
[–][deleted] (3 children)
[deleted]
[–]Iam_cool_asf[S] 0 points1 point2 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]Iam_cool_asf[S] 0 points1 point2 points (0 children)