Tried moving to AFNetworking 1.3.3 without success.
When the test code of https://github.com/aerogear/aerogear-ios-integration/blob/master/AeroGear-iOS-Integration/AeroGear-iOS-IntegrationTests/AGPagingWebLinking_AGController.m#L42
is run it goes into
https://github.com/OliverLetterer/AFNetworking/blob/41d228f3a7ea194d7dc00c785c42f70f00f950ff/AFNetworking/AFURLConnectionOperation.m#L655 [[challenge sender] cancelAuthenticationChallenge:challenge]; which causes the 1201 error but why do we go there in the fist place why does the serve send a auth error?
I've tried to access with a GET http://controller-aerogear.rhcloud.com/aerogear-controller-demo/cars?color=black => SUCCESS from the server, return a list of cars
if I tried to access http://controller-aerogear.rhcloud.com/aerogear-controller-demo/ enter a color black and hit submit, a POST is send and I get from the server => 'Unrestricted page' with a 200 status code
Tried moving to AFNetworking 1.3.3 without success.
When the test code of
https://github.com/aerogear/aerogear-ios-integration/blob/master/AeroGear-iOS-Integration/AeroGear-iOS-IntegrationTests/AGPagingWebLinking_AGController.m#L42
is run it goes into
https://github.com/OliverLetterer/AFNetworking/blob/41d228f3a7ea194d7dc00c785c42f70f00f950ff/AFNetworking/AFURLConnectionOperation.m#L655
[[challenge sender] cancelAuthenticationChallenge:challenge];
which causes the 1201 error
but why do we go there in the fist place why does the serve send a auth error?
I've tried to access with a GET
http://controller-aerogear.rhcloud.com/aerogear-controller-demo/cars?color=black
=> SUCCESS from the server, return a list of cars
if I tried to access
http://controller-aerogear.rhcloud.com/aerogear-controller-demo/
enter a color black and hit submit, a POST is send and I get from the server
=> 'Unrestricted page' with a 200 status code