I'm using a webclient to send data to a remote server. If an error
exists in the data the remote server returns an http error 403 with an
error text.
I can find out that an error occured (try/catch) but I can't read the
error text. How can this be done?
tosch