472,780 Members | 4,950 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

create url with username and password

Co
Hi All,

I use a website in asp for which I have to type a username and
password everytime I want to login.
On the form are two fields for typing the username and password and
one button LOGIN.
I want to create an standard url for the website which includes my
username and password so I don't have to type it in everytime.

I looked at the page source but I can't find the right string.
I thought maybe http://.........aspx?username=me&password=it

but that doesn't work.

Regards

Marco

May 10 '07 #1
3 8114

"Co" <vo***********@gmail.comwrote in message
news:11**********************@h2g2000hsg.googlegro ups.com...
Hi All,

I use a website in asp for which I have to type a username and
password everytime I want to login.
On the form are two fields for typing the username and password and
one button LOGIN.
I want to create an standard url for the website which includes my
username and password so I don't have to type it in everytime.

I looked at the page source but I can't find the right string.
I thought maybe http://.........aspx?username=me&password=it

but that doesn't work.
You need to know the varables used to captuer the username and password and
if they are captuered from the querystring or a form.

>
Regards

Marco
May 11 '07 #2
Co
On 11 mei, 18:31, "ThatsIT.net.au" <me@thatsitwrote:
"Co" <vonclausow...@gmail.comwrote in message

news:11**********************@h2g2000hsg.googlegro ups.com...
Hi All,
I use a website in asp for which I have to type a username and
password everytime I want to login.
On the form are two fields for typing the username and password and
one button LOGIN.
I want to create an standard url for the website which includes my
username and password so I don't have to type it in everytime.
I looked at the page source but I can't find the right string.
I thought maybehttp://.........aspx?username=me&password=it
but that doesn't work.

You need to know the varables used to captuer the username and password and
if they are captuered from the querystring or a form.
Regards
Marco
Is there some way to find out, for example by clicking the button or
getting it from the source code?

Marco

May 13 '07 #3

"Co" <vo***********@gmail.comwrote in message
news:11*********************@o5g2000hsb.googlegrou ps.com...
On 11 mei, 18:31, "ThatsIT.net.au" <me@thatsitwrote:
>"Co" <vonclausow...@gmail.comwrote in message

news:11**********************@h2g2000hsg.googlegr oups.com...
Hi All,
I use a website in asp for which I have to type a username and
password everytime I want to login.
On the form are two fields for typing the username and password and
one button LOGIN.
I want to create an standard url for the website which includes my
username and password so I don't have to type it in everytime.
I looked at the page source but I can't find the right string.
I thought maybehttp://.........aspx?username=me&password=it
but that doesn't work.

You need to know the varables used to captuer the username and password
and
if they are captuered from the querystring or a form.
Regards
Marco

Is there some way to find out, for example by clicking the button or
getting it from the source code?

look at teh form, see what controles are sent,

if you have a text box
<INPUT type="text" id=text1 name=text1>

then text1 will be one of your variables.

Also look at the form is it using get or post for its method, if using post
then you would need to send your query using post.

in the asp page they will have somthing like

Request.querystring("text1")
this will recive from a querystring or a form using the get method

Request.Form("text1")
this will recicve from a post form

Request("text1")

will recive from both

Marco
May 13 '07 #4

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

Similar topics

4
by: Lobang Trader | last post by:
Hi all, I am trying to create a username and a password class. I would like to know what are the RECOMMENDED minimum and maximum length for both fields? These fields will be something like...
2
by: john brown | last post by:
There is a web page that I access frequently and would like to automate the authentication of the username and password. I would like to user a perl script but I'm not really sure about the steps....
14
by: John Davis | last post by:
Anyone knows how to create the username/password authorization dialog in ASP? Thanks, John
0
by: raza | last post by:
I am trying to create a new mdb in C# using ADOX, i am able to create DB , i want to add a username/password on that db , i have tried so many things , cant make it to work , please help ...
1
by: thoducng | last post by:
I am writing some code to access share folder on a remote network. DirectoryInfo dicInfo = new DirectoryInfo("remoteNetwork\shareFolder"); if (dicInfo.Exists) { //application code...
12
by: Cecil | last post by:
Does this make sense for a logon table: CREATE TABLE Logon ( ID INT NOT NULL IDENTITY PRIMARY KEY, name VARCHAR(15) NOT NULL, password VARCHAR(15) NOT NULL ) GO CREATE UNIQUE INDEX...
0
by: nemo | last post by:
I've included a list of username/password combinations in the Web.Config file and I've a simple aspx page with a username and password field for the users to log in. While the password field seems...
4
by: nemo | last post by:
I've included a list of username/password combinations in the Web.Config file and I've a simple .aspx page with a username and password field for the users to log in. While the password field is...
5
by: jehugaleahsa | last post by:
Hello: We have a request for an console application to change the administrative password on our user's machines during an upcoming update. The console application will be called from a batch...
10
by: eneyardi | last post by:
I want to make create username and password and theres an option also that password can be change in order to avoid unauthorized use of the program.
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.