Viewing 16 replies (of 16 total)
  • I have a similar problem. I’m using the adoy/OAuth2 library for my test client.

    My authorization end point needs to be

    https://my.wordpressinstall.gyc.com/?oauth=authorize
    
    But the library must assume that it's appending the first parameter and adds
    
    

    ?response_type=code&client_id=…etc

    I need their ? to be a &

    If I type up the complete URL it works.

    I’m testing on local host in an Ubuntu 16.04 / LAMP set up.

Viewing 16 replies (of 16 total)
  • The topic ‘localhost endpoint’ is closed to new replies.