Kishore Tulsiani

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 10
-
Created Writerside themes and powered by options
Answeredwe have started Writerside for our documentation. I have following questions I need help with 1. is there a way we can turn off `Powered by JetBrains Writerside` in generated htmls ?2. are any oth... -
Edited http client cli proxy settings
AnsweredHow can we pass noProxy host to http client cli docker image. As we have intranet and internet host in our http files. and want to use proxy only for internet.docker run --add-host host.docker.inte... -
Edited auth token generation in IntelliJ http client
AnsweredWe have a custom intranet endpoint to generate auth token for all of our services. So to use http client we always have to write two api one to generate token and using that token to call second ap... -
Created HTML reports in http client cli
AnsweredWe are able to integrate http client cli in our Jenkins pipeline. But test report is in xml format. What is the recommended way to generate html report instead of xml generated by http client cli. -
Created report generation issue in http client cli
AnsweredWe are trying to run multiple .http files in ci cd using http client cli. but report.xml is always getting overwriiten if we use the command like belowis there a way to consolidate report.xml > ./i... -
Edited getting ssl exception while using jetbrains/intellij-http-client docker image
AnsweredI am tyring to use jetbrains/intellij-http-client cli docker image in a coroprate setup where we have custom cacerts installed in JVM.I am able to manually call the services across our environment... -
Created display schema errors in JSON or YAML file in custom plugin
AnsweredThanks for providing your input here it helped me to progress. What is the recommended way to apply config in my plugin where this schema get applied to only particular file based on name / patter... -
Created extend and add autocompletion for Particular YAML file based on custom schema
AnsweredI am looking for some input on how to add autocompletion to a YAML file with particular name using custom plugin. We have custom schema or allowed attributes in YAML format. -
Edited handle non json body in intellij idea http client editor .http files
AnsweredI am trying to use http client editor for connect multiple requests. but stuck at a point where if my response from first request is not json IntelliJ throws a syntax error. ###POST {{host}}/Access...