![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Transferring membership parameters Hi everyone, I have a client who wants a solution for the following problem. I'm not sure that its possible but I'll ask anyway. The client has joined godaddy's reseller plan. They've provided him with a complete working site that can be viewed here: https://www.securepaynet.net/gdshop/...38541&ci=3271& Let's call this site 'godaddy's site' I have no access to the code of the site nor to its database. Actually all I can do is to add HTML code to some pages. The client has another ASP base (.NET 3.5) application to which I have full access (database and ftp). The site implements .NET membership system. Let's call this site the 'Client Site'. I need to creat a registration form on Client's Site. The form will register the new member on both sites concurrently. The part that register the new member on Client's Site is trivial, but I dont know if its possible to do so on godaddy's site. I'd appreciate if someone can inlight me on this issue. Thanks, David |
My System Specs![]() |
| | #2 (permalink) |
| | RE: Transferring membership parameters Hi David, From your description, you're going to implement a web application which work as a client, and it need to perform login/authentication against two applications, one local app that you have API access for the authentication db, while another application you can only access via browser ,correct? As for the application which you can only access via webbrowser, I think you should first try visiting its authentication or registering page to see how it works, whether it require you to put some image based authenticode. If not, you can consider writing some code(via the HttpWebRequest class in .NET) to perform programmtic login or user registering. Here are some reference about using HttpWebrequest to perform programitc http post: #Sample forms authentication test in C# http://blogs.iis.net/ksingla/archive...uthentication- test-in-c.aspx #Working with HttpWebRequest and HttpWebResponse in ASP.NET http://www.worldofasp.net/aspnet/Tut...with_HttpWebRe quest_and_HttpWebResponse_in_ASP.NET_114.aspx Sincerely, Steven Cheng Microsoft MSDN Online Support Lead Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@xxxxxx. ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/en-us/subs...#notifications. Note: MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 2 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/en-us/subs.../aa948874.aspx ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- Quote: >From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx> >Subject: Transferring membership parameters >Date: Wed, 19 Nov 2008 15:29:01 -0800 Quote: > >Hi everyone, > >I have a client who wants a solution for the following problem. I'm not Quote: >that its possible but I'll ask anyway. > >The client has joined godaddy's reseller plan. They've provided him with a >complete working site that can be viewed here: >https://www.securepaynet.net/gdshop/...rog_id=438541& Quote: > >Let's call this site 'godaddy's site' > >I have no access to the code of the site nor to its database. Actually all Quote: >can do is to add HTML code to some pages. > >The client has another ASP base (.NET 3.5) application to which I have Quote: >access (database and ftp). The site implements .NET membership system. > >Let's call this site the 'Client Site'. > >I need to creat a registration form on Client's Site. The form will >register the new member on both sites concurrently. The part that register >the new member on Client's Site is trivial, but I dont know if its Quote: >to do so on godaddy's site. > >I'd appreciate if someone can inlight me on this issue. > >Thanks, >David > |
My System Specs![]() |
| | #3 (permalink) |
| | RE: Transferring membership parameters Hi David, How are you doing? Have you got any progress on this issue or does the information in my last reply help you some? Sincerely, Steven Cheng Microsoft MSDN Online Support Lead Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@xxxxxx. -------------------- Quote: >Date: Thu, 20 Nov 2008 09:56:06 GMT >Subject: RE: Transferring membership parameters Quote: > >Hi David, > >From your description, you're going to implement a web application which >work as a client, and it need to perform login/authentication against two >applications, one local app that you have API access for the Quote: >db, while another application you can only access via browser ,correct? > >As for the application which you can only access via webbrowser, I think >you should first try visiting its authentication or registering page to Quote: >how it works, whether it require you to put some image based authenticode. >If not, you can consider writing some code(via the HttpWebRequest class in >.NET) to perform programmtic login or user registering. > >Here are some reference about using HttpWebrequest to perform programitc >http post: > >#Sample forms authentication test in C# >http://blogs.iis.net/ksingla/archive...authentication Quote: >test-in-c.aspx > >#Working with HttpWebRequest and HttpWebResponse in ASP.NET >http://www.worldofasp.net/aspnet/Tut..._with_HttpWebR Quote: >quest_and_HttpWebResponse_in_ASP.NET_114.aspx > >Sincerely, > >Steven Cheng > >Microsoft MSDN Online Support Lead > > >Delighting our customers is our #1 priority. We welcome your comments and >suggestions about how we can improve the support we provide to you. Please >feel free to let my manager know what you think of the level of service >provided. You can send feedback directly to my manager at: >msdnmg@xxxxxx > >================================================== >Get notification to my posts through email? Please refer to >http://msdn.microsoft.com/en-us/subs...#notifications. > >Note: MSDN Managed Newsgroup support offering is for non-urgent issues >where an initial response from the community or a Microsoft Support >Engineer within 2 business day is acceptable. Please note that each follow >up response may take approximately 2 business days as the support >professional working with you may need further investigation to reach the >most efficient resolution. The offering is not appropriate for situations >that require urgent, real-time or phone-based interactions. Issues of this >nature are best handled working with a dedicated Microsoft Support Quote: >by contacting Microsoft Customer Support Services (CSS) at >http://msdn.microsoft.com/en-us/subs.../aa948874.aspx >================================================== >This posting is provided "AS IS" with no warranties, and confers no rights. > > >-------------------- Quote: >>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx> >>Subject: Transferring membership parameters >>Date: Wed, 19 Nov 2008 15:29:01 -0800 |
My System Specs![]() |
| | #4 (permalink) |
| | RE: Transferring membership parameters Hi, Thanks for asking. I'v been looking at the links yoe sent me and try to figure out the code.I try to implement the code, with some changes, to my login form but without success. Actually I have a few questions regarding this issue: 1. Is it going to work for every form that doesn't use CAPTCHA as a requirment for submission? 2. I assume that the element of the POST string are different from one login form to another; I also understand that there is a tool that can get the POST data the form needs. Do you know anything about that? 3. Do you have more articles on this subject (i.e. programmatically login)? I couldn't figure out the idea in depth from the blog? Thanks so much for your help, David ""Steven Cheng"" wrote: Quote: > Hi David, > > How are you doing? Have you got any progress on this issue or does the > information in my last reply help you some? > > Sincerely, > > Steven Cheng > > Microsoft MSDN Online Support Lead > > > Delighting our customers is our #1 priority. We welcome your comments and > suggestions about how we can improve the support we provide to you. Please > feel free to let my manager know what you think of the level of service > provided. You can send feedback directly to my manager at: > msdnmg@xxxxxx. > > > -------------------- Quote: > >Date: Thu, 20 Nov 2008 09:56:06 GMT > >Subject: RE: Transferring membership parameters Quote: > > > >Hi David, > > > >From your description, you're going to implement a web application which > >work as a client, and it need to perform login/authentication against two > >applications, one local app that you have API access for the Quote: > >db, while another application you can only access via browser ,correct? > > > >As for the application which you can only access via webbrowser, I think > >you should first try visiting its authentication or registering page to Quote: > >how it works, whether it require you to put some image based authenticode. > >If not, you can consider writing some code(via the HttpWebRequest class in > >.NET) to perform programmtic login or user registering. > > > >Here are some reference about using HttpWebrequest to perform programitc > >http post: > > > >#Sample forms authentication test in C# > >http://blogs.iis.net/ksingla/archive...authentication Quote: > >test-in-c.aspx > > > >#Working with HttpWebRequest and HttpWebResponse in ASP.NET > >http://www.worldofasp.net/aspnet/Tut..._with_HttpWebR Quote: > >quest_and_HttpWebResponse_in_ASP.NET_114.aspx > > > >Sincerely, > > > >Steven Cheng > > > >Microsoft MSDN Online Support Lead > > > > > >Delighting our customers is our #1 priority. We welcome your comments and > >suggestions about how we can improve the support we provide to you. Please > >feel free to let my manager know what you think of the level of service > >provided. You can send feedback directly to my manager at: > >msdnmg@xxxxxx > > > >================================================== > >Get notification to my posts through email? Please refer to > >http://msdn.microsoft.com/en-us/subs...#notifications. > > > >Note: MSDN Managed Newsgroup support offering is for non-urgent issues > >where an initial response from the community or a Microsoft Support > >Engineer within 2 business day is acceptable. Please note that each follow > >up response may take approximately 2 business days as the support > >professional working with you may need further investigation to reach the > >most efficient resolution. The offering is not appropriate for situations > >that require urgent, real-time or phone-based interactions. Issues of this > >nature are best handled working with a dedicated Microsoft Support Quote: > >by contacting Microsoft Customer Support Services (CSS) at > >http://msdn.microsoft.com/en-us/subs.../aa948874.aspx > >================================================== > >This posting is provided "AS IS" with no warranties, and confers no rights. > > > > > >-------------------- Quote: > >>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx> > >>Subject: Transferring membership parameters > >>Date: Wed, 19 Nov 2008 15:29:01 -0800 > |
My System Specs![]() |
| | #5 (permalink) |
| | RE: Transferring membership parameters Thanks for your reply David, Yes, if web pages use CAPTCHA , that means interactive operation is required, that'll prevent us to write code to simulate page submitting/posting. For most pages which do not use CAPTCHA, the submit is just a HTTP get/post request. We can simulate such request via some network component such as the WebRequest or Webclient class in .net framework. Here are some articles provide more detailed example(specific to ASP.NET web page which has viewstate issue to deal with): #How to Submit the Login Form Programmatically in ASP.NET? http://www.digcode.com/default.aspx?...ae-fa6192562ea 9&article=ad4b5144-77f8-45c2-8a9a-282c8166f39a #Screen Scraping, ViewState, and Authentication using ASP.Net http://odetocode.com/articles/162.aspx Also, for inspecting the underlying http message(such as request header/body and response header/body), you can use the "Web Developmente helper" for IE: #Web Development Helper http://projects.nikhilk.net/WebDevHelper/ Sincerely, Steven Cheng Microsoft MSDN Online Support Lead Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@xxxxxx. -------------------- <$5HD4AhTJHA.6088@xxxxxx> Quote: >Subject: RE: Transferring membership parameters >Date: Mon, 24 Nov 2008 21:13:02 -0800 Quote: > >Hi, > >Thanks for asking. > >I'v been looking at the links yoe sent me and try to figure out the code.I >try to implement the code, with some changes, to my login form but without >success. Actually I have a few questions regarding this issue: >1. Is it going to work for every form that doesn't use CAPTCHA as a >requirment for submission? >2. I assume that the element of the POST string are different from one Quote: >form to another; I also understand that there is a tool that can get the >POST data the form needs. Do you know anything about that? >3. Do you have more articles on this subject (i.e. programmatically Quote: >I couldn't figure out the idea in depth from the blog? > >Thanks so much for your help, >David > > >""Steven Cheng"" wrote: > Quote: >> Hi David, >> >> How are you doing? Have you got any progress on this issue or does the >> information in my last reply help you some? >> >> Sincerely, >> >> Steven Cheng >> >> Microsoft MSDN Online Support Lead >> >> >> Delighting our customers is our #1 priority. We welcome your comments Quote: Quote: >> suggestions about how we can improve the support we provide to you. Quote: Quote: >> feel free to let my manager know what you think of the level of service >> provided. You can send feedback directly to my manager at: >> msdnmg@xxxxxx. >> >> >> -------------------- Quote: >> >Date: Thu, 20 Nov 2008 09:56:06 GMT >> >Subject: RE: Transferring membership parameters Quote: >> > >> >Hi David, >> > >> >From your description, you're going to implement a web application Quote: Quote: Quote: >> >work as a client, and it need to perform login/authentication against Quote: Quote: Quote: >> >applications, one local app that you have API access for the Quote: >> >db, while another application you can only access via browser ,correct? >> > >> >As for the application which you can only access via webbrowser, I Quote: Quote: Quote: >> >you should first try visiting its authentication or registering page to Quote: >> >how it works, whether it require you to put some image based Quote: Quote: Quote: >> >If not, you can consider writing some code(via the HttpWebRequest class Quote: Quote: Quote: >> >.NET) to perform programmtic login or user registering. >> > >> >Here are some reference about using HttpWebrequest to perform Quote: Quote: Quote: >> >http post: >> > >> >#Sample forms authentication test in C# Quote: >> - Quote: >> >test-in-c.aspx >> > >> >#Working with HttpWebRequest and HttpWebResponse in ASP.NET Quote: >> e Quote: >> >quest_and_HttpWebResponse_in_ASP.NET_114.aspx >> > >> >Sincerely, >> > >> >Steven Cheng >> > >> >Microsoft MSDN Online Support Lead >> > >> > >> >Delighting our customers is our #1 priority. We welcome your comments Quote: Quote: Quote: >> >suggestions about how we can improve the support we provide to you. Quote: Quote: Quote: >> >feel free to let my manager know what you think of the level of service >> >provided. You can send feedback directly to my manager at: >> >msdnmg@xxxxxx >> > >> >================================================== >> >Get notification to my posts through email? Please refer to Quote: Quote: >> > >> >Note: MSDN Managed Newsgroup support offering is for non-urgent issues >> >where an initial response from the community or a Microsoft Support >> >Engineer within 2 business day is acceptable. Please note that each Quote: Quote: Quote: >> >up response may take approximately 2 business days as the support >> >professional working with you may need further investigation to reach Quote: Quote: Quote: >> >most efficient resolution. The offering is not appropriate for Quote: Quote: Quote: >> >that require urgent, real-time or phone-based interactions. Issues of Quote: Quote: Quote: >> >nature are best handled working with a dedicated Microsoft Support Quote: >> >by contacting Microsoft Customer Support Services (CSS) at >> >http://msdn.microsoft.com/en-us/subs.../aa948874.aspx >> >================================================== >> >This posting is provided "AS IS" with no warranties, and confers no Quote: Quote: Quote: >> > >> > >> >-------------------- >> >>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx> >> >>Subject: Transferring membership parameters >> >>Date: Wed, 19 Nov 2008 15:29:01 -0800 >> > >> |
My System Specs![]() |
| | #6 (permalink) |
| | RE: Transferring membership parameters Hi David, Does my last reply help on your questions? If you still have anything unclear, welcome to post here, I'd be glad to help. Sincerely, Steven Cheng Microsoft MSDN Online Support Lead Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@xxxxxx. -------------------- Quote: >From: stcheng@xxxxxx ("Steven Cheng") >Organization: Microsoft >Date: Tue, 25 Nov 2008 09:50:23 GMT >Subject: RE: Transferring membership parameters Quote: > >Thanks for your reply David, > >Yes, if web pages use CAPTCHA , that means interactive operation is >required, that'll prevent us to write code to simulate page >submitting/posting. For most pages which do not use CAPTCHA, the submit is >just a HTTP get/post request. We can simulate such request via some Quote: >component such as the WebRequest or Webclient class in .net framework. > >Here are some articles provide more detailed example(specific to ASP.NET >web page which has viewstate issue to deal with): > >#How to Submit the Login Form Programmatically in ASP.NET? >http://www.digcode.com/default.aspx?...fae-fa6192562e Quote: >9&article=ad4b5144-77f8-45c2-8a9a-282c8166f39a > >#Screen Scraping, ViewState, and Authentication using ASP.Net >http://odetocode.com/articles/162.aspx > >Also, for inspecting the underlying http message(such as request >header/body and response header/body), you can use the "Web Developmente >helper" for IE: > >#Web Development Helper >http://projects.nikhilk.net/WebDevHelper/ > >Sincerely, > >Steven Cheng > >Microsoft MSDN Online Support Lead > > >Delighting our customers is our #1 priority. We welcome your comments and >suggestions about how we can improve the support we provide to you. Please >feel free to let my manager know what you think of the level of service >provided. You can send feedback directly to my manager at: >msdnmg@xxxxxx > > >-------------------- ><$5HD4AhTJHA.6088@xxxxxx> Quote: >>Subject: RE: Transferring membership parameters >>Date: Mon, 24 Nov 2008 21:13:02 -0800 Quote: >> >>Hi, >> >>Thanks for asking. >> >>I'v been looking at the links yoe sent me and try to figure out the Quote: Quote: >>try to implement the code, with some changes, to my login form but Quote: Quote: >>success. Actually I have a few questions regarding this issue: >>1. Is it going to work for every form that doesn't use CAPTCHA as a >>requirment for submission? >>2. I assume that the element of the POST string are different from one Quote: >>form to another; I also understand that there is a tool that can get the >>POST data the form needs. Do you know anything about that? >>3. Do you have more articles on this subject (i.e. programmatically Quote: >>I couldn't figure out the idea in depth from the blog? >> >>Thanks so much for your help, >>David >> >> >>""Steven Cheng"" wrote: >> Quote: >>> Hi David, >>> >>> How are you doing? Have you got any progress on this issue or does the >>> information in my last reply help you some? >>> >>> Sincerely, >>> >>> Steven Cheng >>> >>> Microsoft MSDN Online Support Lead >>> >>> >>> Delighting our customers is our #1 priority. We welcome your comments Quote: Quote: >>> suggestions about how we can improve the support we provide to you. Quote: Quote: >>> feel free to let my manager know what you think of the level of service >>> provided. You can send feedback directly to my manager at: >>> msdnmg@xxxxxx. >>> >>> >>> -------------------- >>> >Date: Thu, 20 Nov 2008 09:56:06 GMT >>> >Subject: RE: Transferring membership parameters >>> >>> > >>> >Hi David, >>> > >>> >From your description, you're going to implement a web application Quote: Quote: >>> >work as a client, and it need to perform login/authentication against Quote: Quote: >>> >applications, one local app that you have API access for the >>> authentication >>> >db, while another application you can only access via browser ,correct? >>> > >>> >As for the application which you can only access via webbrowser, I Quote: Quote: >>> >you should first try visiting its authentication or registering page Quote: Quote: Quote: >>> see >>> >how it works, whether it require you to put some image based Quote: Quote: >>> >If not, you can consider writing some code(via the HttpWebRequest Quote: >in Quote: Quote: >>> >.NET) to perform programmtic login or user registering. >>> > >>> >Here are some reference about using HttpWebrequest to perform Quote: Quote: >>> >http post: >>> > >>> >#Sample forms authentication test in C# >>> Quote: Quote: Quote: >>> - >>> >test-in-c.aspx >>> > >>> >#Working with HttpWebRequest and HttpWebResponse in ASP.NET >>> Quote: Quote: Quote: >>> e >>> >quest_and_HttpWebResponse_in_ASP.NET_114.aspx >>> > >>> >Sincerely, >>> > >>> >Steven Cheng >>> > >>> >Microsoft MSDN Online Support Lead >>> > >>> > >>> >Delighting our customers is our #1 priority. We welcome your comments Quote: Quote: >>> >suggestions about how we can improve the support we provide to you. Quote: Quote: >>> >feel free to let my manager know what you think of the level of Quote: Quote: Quote: >>> >provided. You can send feedback directly to my manager at: >>> >msdnmg@xxxxxx >>> > >>> >================================================== >>> >Get notification to my posts through email? Please refer to >>> Quote: >>> > >>> >Note: MSDN Managed Newsgroup support offering is for non-urgent issues >>> >where an initial response from the community or a Microsoft Support >>> >Engineer within 2 business day is acceptable. Please note that each Quote: Quote: >>> >up response may take approximately 2 business days as the support >>> >professional working with you may need further investigation to reach Quote: Quote: >>> >most efficient resolution. The offering is not appropriate for Quote: Quote: >>> >that require urgent, real-time or phone-based interactions. Issues of Quote: Quote: >>> >nature are best handled working with a dedicated Microsoft Support >>> Engineer >>> >by contacting Microsoft Customer Support Services (CSS) at >>> >http://msdn.microsoft.com/en-us/subs.../aa948874.aspx >>> >================================================== >>> >This posting is provided "AS IS" with no warranties, and confers no Quote: Quote: >>> > >>> > >>> >-------------------- >>> >>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx> >>> >>Subject: Transferring membership parameters >>> >>Date: Wed, 19 Nov 2008 15:29:01 -0800 >>> > >>> >>> > |
My System Specs![]() |
| | #7 (permalink) |
| | RE: Transferring membership parameters Hi Steven, Yes your last post so as the previous ones are very usfull. I'm still learning the subject but I was able to make a great progress. I had a problem with getting the SetCookie from the response. The specific response contains a set of Set-Cookies and I was wondering if I can read the all and set them all. I'd appreciate if you can provide me any reference to that. Thanks again for your excellent customer service, Regards, ""Steven Cheng"" wrote: Quote: > Hi David, > > Does my last reply help on your questions? If you still have anything > unclear, welcome to post here, I'd be glad to help. > > Sincerely, > > Steven Cheng > > Microsoft MSDN Online Support Lead > > > Delighting our customers is our #1 priority. We welcome your comments and > suggestions about how we can improve the support we provide to you. Please > feel free to let my manager know what you think of the level of service > provided. You can send feedback directly to my manager at: > msdnmg@xxxxxx. > > > -------------------- > Quote: > >From: stcheng@xxxxxx ("Steven Cheng") > >Organization: Microsoft > >Date: Tue, 25 Nov 2008 09:50:23 GMT > >Subject: RE: Transferring membership parameters Quote: > > > >Thanks for your reply David, > > > >Yes, if web pages use CAPTCHA , that means interactive operation is > >required, that'll prevent us to write code to simulate page > >submitting/posting. For most pages which do not use CAPTCHA, the submit is > >just a HTTP get/post request. We can simulate such request via some Quote: > >component such as the WebRequest or Webclient class in .net framework. > > > >Here are some articles provide more detailed example(specific to ASP.NET > >web page which has viewstate issue to deal with): > > > >#How to Submit the Login Form Programmatically in ASP.NET? > >http://www.digcode.com/default.aspx?...fae-fa6192562e Quote: > >9&article=ad4b5144-77f8-45c2-8a9a-282c8166f39a > > > >#Screen Scraping, ViewState, and Authentication using ASP.Net > >http://odetocode.com/articles/162.aspx > > > >Also, for inspecting the underlying http message(such as request > >header/body and response header/body), you can use the "Web Developmente > >helper" for IE: > > > >#Web Development Helper > >http://projects.nikhilk.net/WebDevHelper/ > > > >Sincerely, > > > >Steven Cheng > > > >Microsoft MSDN Online Support Lead > > > > > >Delighting our customers is our #1 priority. We welcome your comments and > >suggestions about how we can improve the support we provide to you. Please > >feel free to let my manager know what you think of the level of service > >provided. You can send feedback directly to my manager at: > >msdnmg@xxxxxx > > > > > >-------------------- > ><$5HD4AhTJHA.6088@xxxxxx> Quote: > >>Subject: RE: Transferring membership parameters > >>Date: Mon, 24 Nov 2008 21:13:02 -0800 Quote: > >> > >>Hi, > >> > >>Thanks for asking. > >> > >>I'v been looking at the links yoe sent me and try to figure out the Quote: Quote: > >>try to implement the code, with some changes, to my login form but Quote: Quote: > >>success. Actually I have a few questions regarding this issue: > >>1. Is it going to work for every form that doesn't use CAPTCHA as a > >>requirment for submission? > >>2. I assume that the element of the POST string are different from one Quote: > >>form to another; I also understand that there is a tool that can get the > >>POST data the form needs. Do you know anything about that? > >>3. Do you have more articles on this subject (i.e. programmatically Quote: > >>I couldn't figure out the idea in depth from the blog? > >> > >>Thanks so much for your help, > >>David > >> > >> > >>""Steven Cheng"" wrote: > >> > >>> Hi David, > >>> > >>> How are you doing? Have you got any progress on this issue or does the > >>> information in my last reply help you some? > >>> > >>> Sincerely, > >>> > >>> Steven Cheng > >>> > >>> Microsoft MSDN Online Support Lead > >>> > >>> > >>> Delighting our customers is our #1 priority. We welcome your comments Quote: > >>> suggestions about how we can improve the support we provide to you. Quote: > >>> feel free to let my manager know what you think of the level of service > >>> provided. You can send feedback directly to my manager at: > >>> msdnmg@xxxxxx. > >>> > >>> > >>> -------------------- > >>> >Date: Thu, 20 Nov 2008 09:56:06 GMT > >>> >Subject: RE: Transferring membership parameters > >>> > >>> > > >>> >Hi David, > >>> > > >>> >From your description, you're going to implement a web application Quote: > >>> >work as a client, and it need to perform login/authentication against Quote: > >>> >applications, one local app that you have API access for the > >>> authentication > >>> >db, while another application you can only access via browser ,correct? > >>> > > >>> >As for the application which you can only access via webbrowser, I Quote: > >>> >you should first try visiting its authentication or registering page Quote: Quote: > >>> see > >>> >how it works, whether it require you to put some image based Quote: > >>> >If not, you can consider writing some code(via the HttpWebRequest Quote: > >in Quote: > >>> >.NET) to perform programmtic login or user registering. > >>> > > >>> >Here are some reference about using HttpWebrequest to perform Quote: > >>> >http post: > >>> > > >>> >#Sample forms authentication test in C# > >>> > >>http://blogs.iis.net/ksingla/archive...-authenticatio Quote: Quote: > >>> - > >>> >test-in-c.aspx > >>> > > >>> >#Working with HttpWebRequest and HttpWebResponse in ASP.NET > >>> > >>http://www.worldofasp.net/aspnet/Tut...g_with_HttpWeb Quote: Quote: > >>> e > >>> >quest_and_HttpWebResponse_in_ASP.NET_114.aspx > >>> > > >>> >Sincerely, > >>> > > >>> >Steven Cheng > >>> > > >>> >Microsoft MSDN Online Support Lead > >>> > > >>> > > >>> >Delighting our customers is our #1 priority. We welcome your comments Quote: > >>> >suggestions about how we can improve the support we provide to you. Quote: > >>> >feel free to let my manager know what you think of the level of Quote: Quote: > >>> >provided. You can send feedback directly to my manager at: > >>> >msdnmg@xxxxxx > >>> > > >>> >================================================== > >>> >Get notification to my posts through email? Please refer to > >>> > >>http://msdn.microsoft.com/en-us/subs...#notifications. > >>> > > >>> >Note: MSDN Managed Newsgroup support offering is for non-urgent issues > >>> >where an initial response from the community or a Microsoft Support > >>> >Engineer within 2 business day is acceptable. Please note that each Quote: > >>> >up response may take approximately 2 business days as the support > >>> >professional working with you may need further investigation to reach Quote: > >>> >most efficient resolution. The offering is not appropriate for Quote: > >>> >that require urgent, real-time or phone-based interactions. Issues of Quote: > >>> >nature are best handled working with a dedicated Microsoft Support > >>> Engineer > >>> >by contacting Microsoft Customer Support Services (CSS) at > >>> >http://msdn.microsoft.com/en-us/subs.../aa948874.aspx > >>> >================================================== > >>> >This posting is provided "AS IS" with no warranties, and confers no Quote: > >>> > > >>> > > >>> >-------------------- > >>> >>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx> > >>> >>Subject: Transferring membership parameters > >>> >>Date: Wed, 19 Nov 2008 15:29:01 -0800 > >>> > > >>> > >>> > >> > > > |
My System Specs![]() |
| | #8 (permalink) |
| | RE: Transferring membership parameters You're welcome ![]() Have a nice day! Sincerely, Steven Cheng Microsoft MSDN Online Support Lead Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@xxxxxx. -------------------- Quote: >From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx> >Subject: RE: Transferring membership parameters >Date: Mon, 1 Dec 2008 22:51:00 -0800 Quote: > >Hi Steven, > >Yes your last post so as the previous ones are very usfull. I'm still >learning the subject but I was able to make a great progress. > >I had a problem with getting the SetCookie from the response. The specific >response contains a set of Set-Cookies and I was wondering if I can read Quote: >all and set them all. I'd appreciate if you can provide me any reference Quote: >that. > > >Thanks again for your excellent customer service, > >Regards, > >""Steven Cheng"" wrote: > Quote: >> Hi David, >> >> Does my last reply help on your questions? If you still have anything >> unclear, welcome to post here, I'd be glad to help. >> >> Sincerely, >> >> Steven Cheng >> >> Microsoft MSDN Online Support Lead >> >> >> Delighting our customers is our #1 priority. We welcome your comments Quote: Quote: >> suggestions about how we can improve the support we provide to you. Quote: Quote: >> feel free to let my manager know what you think of the level of service >> provided. You can send feedback directly to my manager at: >> msdnmg@xxxxxx. >> >> |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| map drives based on group membership | PowerShell | |||
| check group membership | PowerShell | |||
| Get group membership | PowerShell | |||
| Get Group Membership for a User | PowerShell | |||
| Group Membership | Vista mail | |||