Hi MartinLokajSVK,
this error is returned by the server, as a fix, please try the following:
Greets,
Pavel
this error is returned by the server, as a fix, please try the following:
// create client
client.Behavior.RequestedHeaders = null;
This will force the client to download all headers, without creating a filter for them.Greets,
Pavel