Skip to content
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

[FEATURE_REQUEST] - Adding "verify" as a parameter in the requests. #571

Closed
bmader12 opened this issue Apr 21, 2021 · 2 comments · Fixed by #577
Closed

[FEATURE_REQUEST] - Adding "verify" as a parameter in the requests. #571

bmader12 opened this issue Apr 21, 2021 · 2 comments · Fixed by #577

Comments

@bmader12
Copy link

When using proxy servers some require to pass a "verify=False" into the request.get() statement.

Currently verify is not passed into the requests statement, this does not allow me to use a proxy.
Let me know if there another way around this.

@dylancaponi
Copy link
Contributor

@davidteather This can be closed. Thank you!

Working for me with:

    api = TikTokApi.TikTokApi.get_instance(
        custom_verifyFp=custom_verifyfp,
        use_test_endpoints=True,
        requests_extra_kwargs={"verify": False}
    )

@davidteather
Copy link
Owner

See #577 just released the new version with this capability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants