I have successfully performed a GET request using POSTMAN CLIENT to obtain response from backend.This I have done through the port80 of the Reverse Proxy(Apache). I have followed all the steps given in the following link:-
CRUD operation for OData service through SMP server
Now I am trying to check whether I can consume the service using SAPUI5. But I am facing the following errors.Please help.The code snippet is also given below:-
In the screenshot the error along with the code snippet is attached.Also attached is the response obtained via postman client.
So here also I am just trying to get the response and then display it.But I am facing the mentioned errors.Please help.