On 2 November 2010 19:11, <[email protected]> wrote: > Yes, > > My application returns a HTTP status of 401 for unauthorized access. This > occurs when trying to set the username using the notation > "user_${counterRef}" but returns a 200 when hardcoding the username.
Are you sure that the correct username is set in the HTTP request data? Try comparing two HTTP requests, one with the fixed name and the other using the variable reference and see where the requests differ. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

