-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy auth #35
Comments
@marcoroganovic Sorry i'm afraid that i don't understand your mean. Could you give me an example? Or i guess you are saying the |
@tokers Hey, thanks for replying. Basically, I need to do next:
|
@tokers Hi, any opinion on this? |
In my opinion, the process of authorization is not bound with lua-resty-requests, you can prepare these authorization related headers first and use them when calling methods provided by this library. |
What I'm making is a small crawler and I need to change IP addresses, to avoid certain limits on a single IP, can this client library be used like that? |
Hello, thanks for the convenient library.
I have one question regarding proxy usage, can I pass authentication for a proxy?
The text was updated successfully, but these errors were encountered: