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

[BUG] - Has no body in POST requests on REST tab. #65

Closed
Eliak opened this issue Aug 13, 2021 · 1 comment
Closed

[BUG] - Has no body in POST requests on REST tab. #65

Eliak opened this issue Aug 13, 2021 · 1 comment
Assignees
Labels

Comments

@Eliak
Copy link

Eliak commented Aug 13, 2021

Description
REST tab sends POST requests without body.

Steps To Reproduce
List the steps to reproduce your problem:

  1. Open elasticvue
  2. Click on REST tab
  3. Set "HTTP Method" value "POST"
  4. Set "Path" value "_search"
  5. Set request body value '{"query": {"match_none":{}}}'
  6. Click on "SEND REQUEST" button
  7. There are all documents of elasticsearch in the resonse
  8. Chrome DevTools doesn't show "Request Payload" tab

Screenshots
image

Environment (please include the following information):

  • Elasticsearch version: 7.5
  • Operating system: Linux
  • Browser + version: Chrome 92.0.4515.107
  • Elasticvue version: 0.36.1
@cars10
Copy link
Owner

cars10 commented Aug 13, 2021

Thanks! No idea how i did not notice that during testing. Fixed, 0.36.2 will be released soon!

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

No branches or pull requests

2 participants