My Login have read & write API profile access.
- There is space b/w group name(%20 in URI). will that be an issue?
- Is credentials shared under Auth is not effective to list the data under response.
Pls. advice.
Thanks
Malathi
My Login have read & write API profile access.
Pls. advice.
Thanks
Malathi
Hi @malats,
It appears that your main issues is with the first part (the host). Is you Matillion instance running SSL? Meaning, should you be using HTTP instead of HTTPS? If it's HTTP then the first part should be: http://127.0.0.1:8080. If it's truly HTTPS then you swap the port of 8080 with 843. Hopefully this helps. Thanks for posting!