I'm not sure why the problem did not present itself until recently, but it turned out that the example PHP inclusion of the htmlentities() function was throwing off the urls. For future reference, if anyone runs into url problems make sure the ampersands are encoding correctly--mine were double encoding (first as & then in urlencoded form). Simply eliminating the htmlentities function should correct this issue. Thanks.
On Nov 14, 9:48 am, "Eric (Google)" <[EMAIL PROTECTED]> wrote: > On Nov 12, 8:04 am, Josh <[EMAIL PROTECTED]> wrote: > > > I have checked with mod_rewrite disabled and all url-rewriting turned > > off on my end, but the same problem is still occurring. No code had > > been changed on my end during the period in which the system was > > working and then suddenly no longer was working. Anything else I > > should check? Thanks. > > What about different browsers and/or a different machine? > > > > > > > Josh > > > On Nov 11, 1:32 pm, "Eric (Google)" <[EMAIL PROTECTED]> wrote: > > > > Hey Josh, > > > > On Nov 10, 10:13 pm, Josh <[EMAIL PROTECTED]> wrote: > > > > > I'm suddenly having a problem connecting to Google, despite making no > > > > changes in my code. Has something changed on Google's end? > > > > > I send the following "next" url: next=http%3A%2F%2Fexample.com%2Findex > > > > %3Fvar1%3Da%26var2%3Db > > > > This works for > > > me:https://www.google.com/h9/authsub?scope=https://www.google.com/h9/fee... > > > > Can you check that link on a domain/server that isn't running > > > mod_rewrite? > > > > Eric > > > > > Google receives that, but when it redirects to my site, it points > > > > tohttp://example.com/?amp%3Bvar1=a&%3Bvar2=b > > > > > You can see that there are a few problems: the "index.php" has > > > > disappeared, and other url variables have only been partially decoded. > > > > At first I thought it could have something to do w/ my mod-rewrite > > > > settings, but after eliminating search-engine friendly urls, I found > > > > that this was not the source of the problem. > > > > > Ideas? > > > > > Thanks!- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
