Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Getting "Received HTTP Response Code 401: Unauthorized" only on first of 7 iterations of the test

LeluDallas8
LeluDallas8 Posts: 1

I parameterized the input into my REST test, which uses Basic authentication. The first iteration fails (aka row 1) with the "Received HTTP Response Code 401: Unauthorized" error, but the subsequent 6 iterations are successful. Does anyone know what is causing the first iteration to fail?

Comments

  • jakubiak
    jakubiak Posts: 795 admin

    The fact that you are getting a 401 Unauthorized error implies that the first row has incorrect credentials. Can you verify that the data in row 1 is actually correct?