So what actually happens with Response.Redirect? Also, can you post the full URL that's stored in authSubLink?
Eric On Jun 29, 8:37 am, palli <[email protected]> wrote: > Hi all > > I am creating a web application to interact with Google health. > Initially for testing I am working with h9. The module is working > excellent with localhost but when I use the same code with my live > site, I am not redirected to google. The site is registered with > google and showing the activation status Active. > I am using the following code :- > > Dim authSubLink As String > authSubLink = AuthSubUtil.getRequestUrl("http", > "www.google.com", "/h9/authsub", "http://www.mysite.com", > "https://www.google.com/h9/feeds/", False, True) > > authSubLink = authSubLink & "&permission=1" > Response.Redirect(authSubLink) > > What I am missing ? > Please suggest . > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Health Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/googlehealthdevelopers?hl=en -~----------~----~----~----~------~----~------~--~---
