RestClient GET request body
Is there any way to set a GET request body in the RESTFull client? I want to use it with Elasticsearch, where such an action is recommended way to query. If not, is there already an inquiry for this in youtrack.jetbrains.com which I could vote? I couldn't find anything.
请先登录再写评论。
Yeah, please see https://www.jetbrains.com/help/phpstorm/testing-restful-web-services.html scroll down to point 7.
Pointed doc says explicitly that "The Request Body pane is disabled when the
GET,DELETE,HEAD, orOPTIONSrequest method is selected." which makes it complete useless for querying elastic search. Is there any way to make it usable and have this pane unblocked?Did you try https://www.jetbrains.com/help/phpstorm/rest-client-in-phpstorm-code-editor.html ?
Yes, I believe it is ignoring body as well. Or there is some other bug but in the end it doesn't work
Looks like it is yet to be implemented.
Please vote for https://youtrack.jetbrains.com/issue/WEB-24650 .