You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,For golang,I am a newcomer.I want to know how to config authentication?I posted "{"proxyauth.Modifier":{}}" to the proxy , but it returned "parse: unknown modifier: proxyauth.Modifier",Can you show me the configuration?
The text was updated successfully, but these errors were encountered:
I'm not sure what you're trying to do - can you show me the code of the proxy you're trying to build and the commands you're using to attempt configuration?
You can try to edit the 'import' statement of the ./cmd/proxy/main.go file, import the package you need. The package imported in main.go will call the init initialization function in the corresponding package
Hello,For golang,I am a newcomer.I want to know how to config authentication?I posted "{"proxyauth.Modifier":{}}" to the proxy , but it returned "parse: unknown modifier: proxyauth.Modifier",Can you show me the configuration?
The text was updated successfully, but these errors were encountered: