URI::InvalidURIError (bad URI(is not URI?): ):

前端 未结 4 2047
情歌与酒
情歌与酒 2020-12-08 10:57

I am trying to implement an OAuth provider in Rails 3. When I try to authorize a client app I get this error. I am using the RESTful auth plugin and pelles OAuth-plugin. W

4条回答
  •  甜味超标
    2020-12-08 11:13

    You can also use this alternative URI gem: https://github.com/sporkmonger/addressable

    There is no such problems with it.

    Very native, just add namespace in your code after installing the gem

    Addressable::URI
    

提交回复
热议问题