Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62312 > unrolled thread
| Started by | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| First post | 2013-12-18 10:45 -0500 |
| Last post | 2013-12-18 10:45 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Use of urllib (update) Joel Goldstick <joel.goldstick@gmail.com> - 2013-12-18 10:45 -0500
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2013-12-18 10:45 -0500 |
| Subject | Re: Use of urllib (update) |
| Message-ID | <mailman.4361.1387381963.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
On Wed, Dec 18, 2013 at 10:16 AM, Jeff James <jeff@jeffljames.com> wrote: > Folks, I promise I'll get to the point where my questions aren't so basic, > but I'm just now starting to get into Python. So I'm using the urllib > script to check to make sure our company sites are up. As stated earlier, > I have three sites which require some form of authentication in order to > report back through the script that they are up and accessible. I was > given this very helpful link by Larry covering some authentication code I > could implement into the script. > http://docs.python.org/2.7/howto/urllib2.html#id6 . I can make out the > logic behind the script, but because I'm still new to Python, I'm having a > hard time trying to figure out how to implement it into my existing urllib > script. I'm assuming I need to integrate the code somehow for each url > requiring authentication in that each site requires different creds....... > Other than this little speedbump this script is pretty slick and has > already scored a few points with my manager. ;o) Thanks > > -- > https://mail.python.org/mailman/listinfo/python-list > > You might also want to check here: http://www.python-requests.org/en/latest/user/authentication/ The requests module might be easier to understand. -- Joel Goldstick http://joelgoldstick.com
Back to top | Article view | comp.lang.python
csiph-web