I want to send <MYURL>/myaddres?path=<MYPATH>&content=<MYCONTENT>
to a service with editor based REST client in IntelliJ, but take the content of <MYCONTENT>
from a file.
Is it possible?
Yes, you should type the <
symbol followed by the path to the file:POST
POST http://example.com:8080/api/html/post
Content-Type: application/json
< ./input.json
More info: https://www.jetbrains.com/help/idea/exploring-http-syntax.html#provide-request-body
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With