Need Help in Get/Post Script


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Need Help in Get/Post Script
# 1  
Old 03-14-2004
Need Help in Get/Post Script

I have a login a password to a site that will expire if I don't login for 30 days.

I would like to have a Shell Script to login on site giving my name and password.

The site is here.

But it seems that the site is some how protected. I tried to do a page request manually (using telnet and GET), but get logged off.

Thanks for any help!

Bernardo Höhl
Rio de Janeiro - Brazil
# 2  
Old 03-15-2004
you can try to use perls LWP modules.

check cpan for the docs and modules.
# 3  
Old 03-18-2004
Have you tried using "lynx"? If I remember correctly, it can talk HTTPS, and you can pass it username and password via the command line. "wget" may be able to do the same thing.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Multiple Parameter search script - OLD Post

Dear Forum Member, Hope you are well. I am sending this email to your reply to one of my post in the forum. I raised an help request from all of you regarding an issue I was facing. The original thread is here ... (3 Replies)
Discussion started by: chetanojha
3 Replies

2. Post Here to Contact Site Administrators and Moderators

Urgent: please replace the perl script in the post with following code

Hi This is very urgent as it is confidential info posted by mistake.Kindly help us asap. post link below: https://www.unix.com/shell-programming-and-scripting/201037-perl-while-loop-each.html please replace the perl script with following script in the post ... (1 Reply)
Discussion started by: ptappeta
1 Replies

3. Shell Programming and Scripting

Curl Script - Post a file (multipart/form-data)

Hi All, I am trying to post an xml file (utf-16 encoded) using curl to a REST service. The REST service is expecting 'multipart/form-data' content type. curl -k -i -H "Content-Type=multipart/form-data" -F "filename=@file.xml;type=text/xml" -X POST -u <username>:<password> <endPointURL> ... (0 Replies)
Discussion started by: Anooja G
0 Replies

4. Shell Programming and Scripting

Informatica post session shell script

Hi, This is regarding a issue we are facing in informatica post session. We place a shell script in informatica job. The shell script will need to upload a dummy file to another server.The shell script is running fine.However in informatica job not completing and throwing error It's... (1 Reply)
Discussion started by: nag_sathi
1 Replies

5. Shell Programming and Scripting

Shell script to run command + compare values and post a warning message.

Hi all, I am trying to create shell script to run command then compare values with rule set for every 5 seconds and post a warning message if the compared value meet the rules. -the script is related to Oracle/Sun product messaging server 6.2 1) command that need to be run to gather... (2 Replies)
Discussion started by: Mr_47
2 Replies

6. UNIX for Advanced & Expert Users

update.post script

hi During installation of sles9 sp2 from driver update disk. update.post script will completes it's job but if i check in ps -e it will show it's still running. what may be the reason thanks revenna (2 Replies)
Discussion started by: revenna
2 Replies

7. Shell Programming and Scripting

Package post-install script problem

I wrote a post-install script, which is executed after the package installation by command like " pkgadd -d /mypackage.pkg". I also want to read user input in post-install script as follows: while ; do echo "Apply changes to database? :" read ANSWER done However,... (5 Replies)
Discussion started by: kingpmp
5 Replies

8. Shell Programming and Scripting

script to post messages and interpret replies

Not really sure if this is the place to ask or if I am asking the correct question. I want to create a script (ksh) on solaris. This will be a menu based script for the user and they will only give on input, a customer number. ie ./my_script 112233 Thats the easy bit which obviously i can... (1 Reply)
Discussion started by: frustrated1
1 Replies
Login or Register to Ask a Question