View Single Post
  #2  
Old 01-08-2012, 01:54 PM
mtsr mtsr is offline
Junior Member
 
Join Date: Jan 2012
Posts: 8
mtsr is on a distinguished road
Default

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).
Reply With Quote