You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
My testlink server version is 1.9.19.
I am using 'rest-api/v2/curl/keywords/createKeyword.sh' and testing my testlink restful API, but I get the 'authentication error'.
The following is what I am trying: curl -X POST -u {myUsername}:{myPassword} -H "Content-Type: application/json" http://{server_ip}/lib/api/rest/v2/testplans/{plan_id}
Then I try to change {myPassword} to APIKEY, but also return 'authentication error'.
Can you please help? Thanks.
The text was updated successfully, but these errors were encountered:
Hi
My testlink server version is 1.9.19.
I am using 'rest-api/v2/curl/keywords/createKeyword.sh' and testing my testlink restful API, but I get the 'authentication error'.
The following is what I am trying:
curl -X POST -u {myUsername}:{myPassword} -H "Content-Type: application/json" http://{server_ip}/lib/api/rest/v2/testplans/{plan_id}
Then I try to change {myPassword} to APIKEY, but also return 'authentication error'.
Can you please help? Thanks.
The text was updated successfully, but these errors were encountered: