Web API Activity

I configured web api activity and when doing test run it giving an error “method not allowed”. Please help me to solve that. thanks

Hi,

It supports only Get / Put / Post and Delete methods. which one you are using.
Method not found error usually comes when url for web api is not correct.

Regards,
Amit

http://dummy.restapiexample.com/api/v1/employee/id

this is the api i am using. can you check it.

I attached my configuration details here. please help me

Select method Get to get the response as shown in screenshot. Also add a backslash in LoginUrl application properties

1 Like

Hi

Thank you. now it is working properly.

Anjanee