Hi ,
1)we have set up an web service data action integration using using basic AUTH method (giving user name and password)
2) Above integration is used to create a data action that send a post request to our oauth endpoint and the output is a bearer token in return. till here things are working fine
3) Now we want to use this token to send a "get" request to our api end point which will return certain response such as dateofbirth.. For this we have created a data action (integration used is same as in point 1) and we have provided the url and authorization but on test of data action we are getting below error:-
Error running action test
8. Execute: The request could not be understood by the server due to malformed syntax.
Unable to get IP for provided target host. Host attempted: i**p-*..com
JSON
{
"message": "The request could not be understood by the server due to malformed syntax.",
"code": "bad.request",
"status": 400,
"messageParams": {},
"contextId": "386ac293-5463-44db-93e9-79a0c5cddcd7",
"details": [
{
"errorCode": "ACTION.PROCESSING"
}
],
"errors": [
{
"message": "Unable to get IP for provided target host. Host attempted: -test.**.com",
"code": "BAD_REQUEST",
"status": 403,
"messageParams": {},
"details": [],
"errors": []
}
]
}