Re: IIS4 & Password Authentication, request example

This WebDNA talk-list message is from

1998


It keeps the original formatting.
numero = 16919
interpreted = N
texte = On 4/7/98 3:02 PM Steve Rosenbaum wrote >IIS4 is working very smoothly for us with WebCatalog. >However, I have yet to implement the authentication-workaround (needed for >IIS) where a username and password are passed from one portected page to >another via shopping-carts. > >Can someone share an outline of the code needed to do this? > >Thanks, Steve here you go: I used header9 to pass the password as I had some trouble using the actual password field. It may have something to do with the fact that I am not running the final release. If you have problems check there first. [include file=checker3&groups=YOURGROUP] [showif NotFound=[lookup db=../memusers.db&lookinField=user&value=[uppercase][orderfile shoppingcarts/[cart]][CartUserName][/orderfile][/uppercase]&returnField=use r¬Found=NotFound]] [authenticate Unauthorized User] [/showif] [showif [url][encrypt][uppercase][orderfile shoppingcarts/[cart]][Header9][/orderfile][/uppercase][/encrypt][/url]![url ][lookup db=../memusers.db&lookinField=user&value=[uppercase][orderfile shoppingcarts/[cart]][CartUserName][/orderfile][/uppercase]&returnField=pas s¬Found=NotFound][/url]] [authenticate Unauthorized User] [/showif] [search db=../memusers.db&groupsword=ww&wogroupsdatarq=[uppercase][groups][/upperca se]&equserdatarq=[uppercase][orderfile shoppingcarts/[cart]][CartUserName][/orderfile][/uppercase]&eqpassdatarq=[u rl][encrypt][uppercase][orderfile shoppingcarts/[cart]][Header9][/orderfile][/uppercase][/encrypt][/url]] [showif [numFound]=0][authenticate Unauthorized User] [/showif] [/search]Robert Minor ______________________________________ Cybermill Communications 8616 Joseph Ave. St. Louis, MO 63144 (314) 962-4024webmaster@cybermill.com http://www.cybermill.com ______________________________________ Always looking for the easy way! Associated Messages, from the most recent to the oldest:

    
  1. Re: IIS4 & Password Authentication, request example (bob 1998)
  2. IIS4 & Password Authentication, request example (Steve Rosenbaum 1998)
On 4/7/98 3:02 PM Steve Rosenbaum wrote >IIS4 is working very smoothly for us with WebCatalog. >However, I have yet to implement the authentication-workaround (needed for >IIS) where a username and password are passed from one portected page to >another via shopping-carts. > >Can someone share an outline of the code needed to do this? > >Thanks, Steve here you go: I used header9 to pass the password as I had some trouble using the actual password field. It may have something to do with the fact that I am not running the final release. If you have problems check there first. [include file=checker3&groups=YOURGROUP] [showif NotFound=[lookup db=../memusers.db&lookinField=user&value=[uppercase][orderfile shoppingcarts/[cart]][CartUserName][/orderfile][/uppercase]&returnField=use r¬Found=NotFound]] [authenticate Unauthorized User] [/showif] [showif [url][encrypt][uppercase][orderfile shoppingcarts/[cart]][Header9][/orderfile][/uppercase][/encrypt][/url]![url ][lookup db=../memusers.db&lookinField=user&value=[uppercase][orderfile shoppingcarts/[cart]][CartUserName][/orderfile][/uppercase]&returnField=pas s¬Found=NotFound][/url]] [authenticate Unauthorized User] [/showif] [search db=../memusers.db&groupsword=ww&wogroupsdatarq=[uppercase][groups][/upperca se]&equserdatarq=[uppercase][orderfile shoppingcarts/[cart]][CartUserName][/orderfile][/uppercase]&eqpassdatarq=[u rl][encrypt][uppercase][orderfile shoppingcarts/[cart]][Header9][/orderfile][/uppercase][/encrypt][/url]] [showif [numFound]=0][authenticate Unauthorized User] [/showif] [/search]Robert Minor ______________________________________ Cybermill Communications 8616 Joseph Ave. St. Louis, MO 63144 (314) 962-4024webmaster@cybermill.com http://www.cybermill.com ______________________________________ Always looking for the easy way! bob

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Why is [authenticate] not recognizing [username] on all sitedirectories? (2000) Hello??? (1997) math on date? (1997) Date Search (2004) Solve the Problem, get the code! (2001) problems with 2 tags (1997) WCS Newbie question (1997) Loosing Quantity (2000) Ready,Set; Print! (1999) Sort Order on a page search (1997) PCS Emailer's role ? (1997) MY SOLUTION.... Send massmail (2000) question: webmerchant connection (1997) how to check for no value while using [URL] to prevent cr (1999) Setting Cart value (2000) RE: 2.01 upgrade problems (1997) [WebDNA] search comparison: ends with (2016) ShowIf variables (1997) Dynamic PDFs? (2004) Dummy Credit Card Number for debug? (1997)