Hi,
I am having a problem with my web configuration that I am getting 401 authentication code instead of 200 code.
I have made to macros in the scenario 'Variables' field:
{user}=abc
{password}=xyz
Then I have created a step for login and put the following code in 'Post':
name={user}&enter=Enter&password={password}
But it is not giving me 200 ok message. Can anyone suggest me what to do or where have I made my mistake.
Thanks in advance.
- Nazmul
I am having a problem with my web configuration that I am getting 401 authentication code instead of 200 code.
I have made to macros in the scenario 'Variables' field:
{user}=abc
{password}=xyz
Then I have created a step for login and put the following code in 'Post':
name={user}&enter=Enter&password={password}
But it is not giving me 200 ok message. Can anyone suggest me what to do or where have I made my mistake.
Thanks in advance.
- Nazmul
Comment