Re: Delphi & MSXML

2011-01-27 Thread kk aw
;success" in your pseudocode. Hope this helps. KK Aw On 1/26/2011 5:43 PM, Steve Bowker wrote: Hi, Has anyone had any experience of using Delphi (5)& MSXML? I can't seem to find any decent example code or tutorials on Google. I've got as far as receiving the XML via a clien

Translate API - Upload File

2011-01-10 Thread KK Aw
The Google Translate page includes a facility to upload a document. I cannot find any documentation on this. Is there an API for this. I am using REST. -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to go

Re: IIS v5 Integrated Windows Authentication

2007-12-18 Thread kk aw
Dear Arno, Thanks. I can pick up the username now. KK Aw Arno Garrels wrote: > Sorry, I missunderstood your question, if you just want to extract the > username from NTLM message #3 you could do that Q&D like below. NtlmMsg > below includes a unicode use

Re: IIS v5 Integrated Windows Authentication

2007-12-17 Thread kk aw
blank. I must be missing something. Regards, KK Aw Arno Garrels wrote: > At the server side you need to use SSPI API. Have a look at > OverbyteIcsNtlmSsp.pas, function GetUserFromContext(), available in > ICS V6, it's implemented in the THttpSe

Re: IIS v5 Integrated Windows Authentication

2007-12-13 Thread kk aw
wx6BhHRmspst9GgPOZWPuMITqcxg== I assume that the client has successfully negotiated the NTLM authentication. How do I parse out the username from the above in the server? I have looked at some of your codes in ICS (httpproc.pas) but have not figured out how to parse out the username. Regards, KK Aw

Re: IIS v5 Integrated Windows Authentication

2007-12-13 Thread kk aw
Chris, Yes, it does appear that the AUTH_USER server variable should contain the client username. How do I get the value of this variable? I cannot see to find the any code from Koders that demonstrate this. Regards, KK Aw [EMAIL PROTECTED] wrote: > Hi there, > > You need to c

Re: IIS v5 Integrated Windows Authentication

2007-12-10 Thread kk aw
Francois, I don't need the password, only the username. How do it extract that from the request using Delphi? KK Aw Francois PIETTE wrote: > Unfortunately for you but fortunately for all users, Windows authentication > (NTLM) is a strong authentication. The password are never pas

IIS v5 Integrated Windows Authentication

2007-12-09 Thread kk aw
I need to extract the username and password(?) using the Integrated Windows Authentication included with IIS v5 for verification within my ISAPI application. Unfortunately the request.authentication string is encoded. Any ideas how I should handle this. I am using Delphi5. Thanks. KK Aw

Re: Delphi 5 IDE crawling

2007-04-27 Thread kk aw
Thanks for your suggestion. Only one watch and all my application runs fine. Looks like I may have to reinstall Delphi. KK Aw CubicDesign wrote: > Check if you have lots of WATCHES ( Watch list= Ctrl+Alt+W ) enabled > while the debugger is running. > Usually this should affect

Delphi 5 IDE crawling

2007-04-26 Thread kk aw
My Delphi 5 IDE is crawling when I running a program. I have checked my library path, they are all valid. Any suggestions what else I should do? KK Aw ___ Delphi mailing list -> Delphi@elists.org http://www.elists.org/mailman/listinfo/delphi