Fixed NOT handling of errors in requests.
- There was a problem which might cause incorrect behaviour of the service which can be used to disable global handling of notifications. The problem was, that the information, if the request error should be handled, was loaded AFTER the response was received. Now, this information is loaded BEFORE the request is send.