WebApi Crud Testing with Fiddler

Опубликовано: 19 Март 2026
на канале: Technical Train
1,252
10

Update:- for "Put" request just pass id into uri and update any name respective to id and execute it this will update that customer. To check whether it is updated or not just exceute get or get by passing updated customer id into fiddler.

WebApi Crud Testing with Fiddler For Begginers
How to use fiddler to test http requests example get put post delete