advanced-rest-client Questions
7
Solved
I have an API endpoint and an Authorization token for that API.
The said API is for .xls report download. How can I view the downloaded .xls file using (if possible) Postman?
If it is not possible ...
Stegall asked 16/8, 2016 at 13:2
5
Solved
I need to send this HTTP Post Request:
POST https://webapi.com/baseurl/login
Content-Type: application/json
{"Password":"password",
"AppVersion":"1",
"AppComments":"",
"UserName":"username"...
Bioscopy asked 22/5, 2018 at 1:20
3
Solved
I am developing a Spring MVC web application. I am not still develop the UI. So I am testing my services using Advance Rest Client tool.
My Controller
@Controller
@RequestMapping("/testControll...
Isallobar asked 19/4, 2016 at 13:38
1
Solved
Recently Advanced Rest client is changed to desktop app instead of chrome extension. Earlier browser used to trust the self signed certs but now this is a desktop app so the same work around is not...
Carrick asked 12/4, 2016 at 6:53
1
© 2022 - 2024 — McMap. All rights reserved.