asked on
Hello Experts,
I am required to run a curl command from a windows machine. I am trying to replicate the same through Postman by building the request. The curl command looks like:
curl -v -X GET "https://sample.cloud.com" -H "accept:application/hal+json" -H "Authorization: xxxxxx" - "Content-Type: application/json" -H "key: yyyyyy"
I have the below Postman request, however not sure if just adding all the -H above as header would suffice. Please let me know if the request I have built relates to the above curl command. Any inputs appreciated, thanks.
Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.
TRUSTED BY