I have a very strange issue with one of our users: when he tries to save data (via ODataModel create
method), there is a call to the service (like, /sap/opu/odata/sap/ZSERVICE_NAME_SRV/
) which stays in status "pending" in the browser's "Network" tab and nothing happens.
If I do double click on this line in the Network tab, a new tab opens with same URL and it works fine - I see the service's details.
User can do GET calls and he gets data.
If I log on with my credentials on this user's computer, I have the same issue.
Apparently, it's something with his computer/browsers, but I cannot figure out what exactly. The problem persists on all available browsers - Mozilla/Chrome/IE.
I tried to clear browsing data/restart the computer/whatever - nothing helps.
Does anyone know what happens here?
Thanks.