RE: Re: Re: Re: Re: Need help understanding the correct FLOW

2011-02-02 Thread Randy Paries
Fabian thanks alot for all your help I now have that working. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2701983

Re: Re: Re: Re: Re: Need help understanding the correct FLOW

2011-02-02 Thread Fabian Mandelbaum
Good to hear that :-) Good luck with the rest of your project Randy! On Wed, Feb 2, 2011 at 3:30 PM, Randy Paries rtpar...@gmail.com wrote: Fabian thanks alot for all your help I now have that working. -- Fabián Mandelbaum IS Engineer

Re: Re: Re: Re: Need help understanding the correct FLOW

2011-02-01 Thread Fabian Mandelbaum
Hello Randy. Even with HTTP Basic auth the provided credentials (user+pass) are encoded. They are not transmitted like this on the wire: user=the_user password=the_password but, rather, like this, in a standard HTTP header: Authorization Basic YWRtaW5AY2FsZW5jby5jb206MTExMTEx That YW...MTEx

RE: Re: Re: Re: Need help understanding the correct FLOW

2011-01-31 Thread Randy Paries
Fabián, sorry i will try to provide more details. the problem i am having is the what is passed in to verify in my DBverify(see below) the secret is encrypted and i did not encrypt it and i do not know where in the process i am doing something incorrect that it is getting encrypted. In my