473,396 Members | 1,780 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Downloading web page from secure ASP web site.

I work for a large chain coporation. My schedule is posted on their
secure web site which I have a user name and a password for.
I want to create a URL string that can be sent (using VBA inside of
Outlook) which contain my username and passsword and allow me access
to my schedule information.

I tried:
IE.Navigate2
"https://mydish.olivegarden.com/company/TOG/home.asp?user=[myusername]&password=[mypassword]"
where [myusername] and [mypassword] were replaced by the actual
strings I use to login through the web site.

That doesn't work. I guessed at the variable names "user" and
"password". I looked through the login pages source text for help
here, but didn't find any.
I also noticed the login URL has the text "...netegritysplash.asp..."
in it? here is the full
URL:"https://mydish.olivegarden.com/siteminder/netegritysplash.asp?TYPE=33554433&REALMOID=06-ff731848-1ef6-4793-bc06-53077be31783&GUID=&SMAUTHREASON=0&TARGET=$SM$https %3a%2f%2fmydish%2eolivegarden%2ecom%2flogin%2easp& SMIDENTITY=NO"

Can anyone tell me how piece together a URL so I can include my
username and password thus directly downloading the schedule
information into a VBA program without physically going to the web
site using Explorer or Firefox?

Thanks in advance!
Jul 5 '08 #1
1 3674
"Dave the Wave" <dw*****@hotbot.comwrote in message
news:h6********************************@4ax.com...
I work for a large chain coporation. My schedule is posted on their
secure web site which I have a user name and a password for.
I want to create a URL string that can be sent (using VBA inside of
Outlook) which contain my username and passsword and allow me access
to my schedule information.

I tried:
IE.Navigate2
"https://mydish.olivegarden.com/company/TOG/home.asp?user=[myusername]&passw
ord=[mypassword]"
where [myusername] and [mypassword] were replaced by the actual
strings I use to login through the web site.

That doesn't work. I guessed at the variable names "user" and
"password". I looked through the login pages source text for help
here, but didn't find any.
I also noticed the login URL has the text "...netegritysplash.asp..."
in it? here is the full
URL:"https://mydish.olivegarden.com/siteminder/netegritysplash.asp?TYPE=3355
4433&REALMOID=06-ff731848-1ef6-4793-bc06-53077be31783&GUID=&SMAUTHREASON=0&T
ARGET=$SM$https%3a%2f%2fmydish%2eolivegarden%2ecom %2flogin%2easp&SMIDENTITY=
NO"
>
Can anyone tell me how piece together a URL so I can include my
username and password thus directly downloading the schedule
information into a VBA program without physically going to the web
site using Explorer or Firefox?

Your username and password will not be encoded into the URL in such an open
an insecure manner. There are all sorts of different schemes for handling
authentication but typically over https it will be handled by a HTML form.

What you are trying to do may be possible but you're going to have to jump
through several hoops backward to do it and may well be viewed as a hack.
Is this requirement sanctioned by Olive Garden? If not they may not be too
please by the attempt.

--
Anthony Jones - MVP ASP/ASP.NET
Jul 5 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Hugh McLaughlin | last post by:
Hello everyone and thanks for your help in advance. I am working on an application that allows a user to downlad a zip file from an FTP site. I have used the following code: Dim URL As String...
7
by: Aaron Prohaska | last post by:
I have just run into a problem where I have a page that posts back to itself to execute code, except when the page does the post back it somehow executes code that is in our home page for the site....
16
by: thomas peter | last post by:
I am building a precache engine... one that request over 100 pages on an remote server to cache them remotely... can i use the HttpWebRequest and WebResponse classes for this? or must i use the...
0
by: gh0st54 | last post by:
An update on my original message seens like virtual directory doesn't like page inheritance I have taken my form in my Secure folder and made a duplicate in the main site, it works fine from the...
3
by: Vince Mele | last post by:
We are having a small problem with a couple of reports we developed for a client website. On two of the reports, sometimes (most of the time) we receive a warning message before the output of...
4
by: Joe | last post by:
I'm hosting my web service on a Windows 2003 box which is remotely located. When trying to add a web reference to a C# project I get an error message 'There was an error downloading...
7
by: Alan Silver | last post by:
Hello, Sorry this is a bit wordy, but it's a pretty simple question... I have a web site, http://domain/ which is a public site, part of which (http://domain/a/) is protected by forms...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
1
by: williamxifaras | last post by:
I am trying to download a file from a secure web-site. However what is getting downloaded is just the page html and not the actual file which happens to be an xml file. Here is my code. Any...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.