Hello everyone.
I need a little help with httputils2.
I have username and password, and i must get response from server.
I am trying to understand all of this, but i need little help.
So somebody can help, I would appreciate it.
Thanks.
Request
Method
URL
GET
api/xxx/warehouses
HTTP Header params
Values
Basic Authorization
Response
[
{
"id": 6,
"name": "name",
"organizationName": "orgName",
"locationName": "locName",
"address": "A",
"city": "B"
Site url = https://sitexxxx.com/api/xxx
I need a little help with httputils2.
I have username and password, and i must get response from server.
I am trying to understand all of this, but i need little help.
So somebody can help, I would appreciate it.
Thanks.
Request
Method
URL
GET
api/xxx/warehouses
HTTP Header params
Values
Basic Authorization
Response
[
{
"id": 6,
"name": "name",
"organizationName": "orgName",
"locationName": "locName",
"address": "A",
"city": "B"
Site url = https://sitexxxx.com/api/xxx