HPE GreenLake Administration
Operating System - HP-UX
1836401
Members
2494
Online
110100
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 04:28 PM
06-06-2008 04:28 PM
wget
I want to figure out a way where I can login into a website and leave a blog and validate that blog.
./wget --post-data 'user=guest&passwd=guest' http://my.opera.com/community/login/
Can I do that thru wget coz currently I am able to save index.html which I dont want.
Can someone help in loggining into a website and leave a blog and validate that the blog was updated.
If this can be done thru perl then please explain a little bit abt the code as well.
Thanks,
Allanm
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 06:06 PM
06-06-2008 06:06 PM
Re: wget
It may be possible, but it may not be easy.
If the Web site expects to save a cookie to
identify a user, then you'll need to use wget
options like --save-cookies, --load-cookies,
and --keep-session-cookies to deal with them,
and you'll need to figure out the sequence of
Web pages to load, and the form data to use
with --post-data and/or --post-file.
If the Web site expects to save a cookie to
identify a user, then you'll need to use wget
options like --save-cookies, --load-cookies,
and --keep-session-cookies to deal with them,
and you'll need to figure out the sequence of
Web pages to load, and the form data to use
with --post-data and/or --post-file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 03:49 PM
06-09-2008 03:49 PM
Re: wget
I tried automated form submission through lynx browser but no luck :
echo "Name=xxx&Password=xxx&'log in'=Submit\n---\n" | lynx -post_data -accept_all_cookies http://my.opera.com/community/login/
Seniors!, Please help!!!
Thanks,
Allan
echo "Name=xxx&Password=xxx&'log in'=Submit\n---\n" | lynx -post_data -accept_all_cookies http://my.opera.com/community/login/
Seniors!, Please help!!!
Thanks,
Allan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 07:08 PM
06-10-2008 07:08 PM
Re: wget
You might be able to get some extended wget
advice on the wget mailing list,
"WGET@sunsite.dk", but many people don't
already have accounts for the site you're
trying to access, and may not wish to invest
the time and effort to debug your problem.
You could look into ways in which you could
trace the traffic in a successful Web browser
session, and use wget's "-d" option to show
you in some detail what it's doing when it
runs.
advice on the wget mailing list,
"WGET@sunsite.dk", but many people don't
already have accounts for the site you're
trying to access, and may not wish to invest
the time and effort to debug your problem.
You could look into ways in which you could
trace the traffic in a successful Web browser
session, and use wget's "-d" option to show
you in some detail what it's doing when it
runs.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP