Can I get the full request url in a plugin on the microgateway

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.