 Request for feature: requestAccess parameter
What this kind gentleman wants to say is this:
There are some servers that require an extra string parameter "requestAccess" appended to the secureToken response. So the transaction instead of the traditional:
Server > secureToken one-random-string
Client > secureToken Response decoded-string
happens like this:
Server > secureToken one-random-string
Client > secureToken Response decoded-string ...... ......requestAccess.............secret-static-string
Note: the "requestAccess" parameter must be sent together with the secureToken Response and not earlier (as in an "-C O:0 object" way).
|