You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the problem is that the server expects each query to be authenticated while the underlying HTTP library only authenticates upon initial opening of the HTTP session.
After the initial request, the session is kept open an the subsequent query fails. On that occassion, the server closes the connection and a new one is opened by the HTTP library, authenticating itself again to the server, thus receiving a valid response.
akinnane
pushed a commit
to akinnane/odata
that referenced
this issue
May 4, 2017
Perhaps related with #8
I'm trying to get some monitoring data out of a Citrix Delivery Controller with an OData interface.
The initial instantiation goes well:
TShark trace:
But subsequent queries like
are sent without indicating the willingness to authenticate:
repeating the same query works again.
The text was updated successfully, but these errors were encountered: