Hi
is there a enum TTransactionEvent correspondint to http response code 302 and 303 in symbian?
-j
Hi
is there a enum TTransactionEvent correspondint to http response code 302 and 303 in symbian?
-j
If you check the documentation of TTransactionEvent in SDK docs then you can get to know that "ERedirectRequiresConfirmation" is meant for HTTP error codes 301, 302 or 307. Further you can check yourself.