2023 Mar 01 3:35 PM
Hello
I am using C# to operate with ODATA services.
Now I have to following problem. I receive in a GET request with status code 204.
My colleague developing the server services does not find any error log.
What can be the reason? I think it is a server and not a client error.
If I make the same GET Request in a broser I will get data.
I can hold the C# debugger where the GET reqeust has no data and
make in separate browser the same GET - I get the data.