OData response are not getting in postman using the acceptance server
0
Hi, I am using the published OData to export the data to use in Power BI reports. I've created a published OData service and added one entity in that service. While I was trying to hit the OData service locally, it was giving proper data in Postman for localhost:8080 (local). But while I was trying to hit the URL of OData of the acceptance server, it wasn't giving the response in Postman for the acceptance server's OData URL. Local: Acceptance Server: URL of Acceptance: https://apphedmendixqa.lthed.com/portal/Apps/SSOTest/ Replacing the localhost:8080 with acceptance url . https://apphedmendixqa.lthed.com/portal/Apps/SSOTest/odata/published_odata_service/v1/UserNames Postman Hit (Acceptance): not getting expected response from acceptance server. Anyone can suggest me if anything is missing to achieve the OData functionality on acceptance server. Note: I am using the basic auth for access the OData in postman.