I have application where I am making http call to external api ( www.myapi.com) and this i am running on my intellij . I want to capture the traffic for my API call (www.myapi.com) in Fiddler. is there anyway in Fiddler to capture API call for site www.myapi.com?
I know in browser call we can capture traffic in Fiddlerbut not via api call in intellij.