Skip to content

How to get HTTP status code #2664

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

Closed
aniketpant1 opened this issue Sep 22, 2024 · 1 comment
Closed

How to get HTTP status code #2664

aniketpant1 opened this issue Sep 22, 2024 · 1 comment
Labels
Area: Client Manually written code that fits in no other area Category: Question

Comments

@aniketpant1
Copy link

from elasticsearch import Elasticsearch

client = Elasticsearch(
    "https://0.0.0.0.:9200",
    basic_auth=("elastic", "elastic"),
    verify_certs=False
)
@pquentin
Copy link
Member

pquentin commented Sep 23, 2024

Hello! Since you also asked on Discuss, I will close this question as the bug tracker is more for issues of the client itself. Thank you!

@pquentin pquentin added Area: Client Manually written code that fits in no other area Category: Question labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Client Manually written code that fits in no other area Category: Question
Projects
None yet
Development

No branches or pull requests

2 participants