I’m trying to implement an OAuth 1.0a plugin and I need the full url made by the client. The url in teh request object only contains the path.
You can construct the full path by using the “os” package to get the hostname.
I’m trying to implement an OAuth 1.0a plugin and I need the full url made by the client. The url in teh request object only contains the path.
You can construct the full path by using the “os” package to get the hostname.