Link to home
Start Free TrialLog in
Avatar of Varshini S
Varshini S

asked on

How to access the API using fiddler?

Please help me access the following API using Fiddler.

GET api/Orders/GetCustomerDetail?LastName={LastName}&CustomerCode={CustomerCode}&Email={Email}

url: http://192.168.1.0:5215/Help
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

You should use Postman or SoapUI
https://www.soapui.org
https://www.getpostman.com
Please help me access the following API using Fiddler.
you're posting local IP, you can't directly do that.

you probably need to have a dynamic DNS solution so you can map a dynamic domain name to your local IP in your Web Server.

for example:

Remote Access with Dynamic DNS
https://www.noip.com/remote-access
Several items.

1) You'll follow Shaun's suggestion of tools to use for this.

I personally use curl for this.

Note: Since this is an HTTP request, you will use an HTTP tool, not a Javascript tool like Fiddler.

2) If your calling a private, non-routable IP in the range 192.168.X.X then you can only call this IP if you're actually part of the local 192.168.X.X range, in other words you have a 192.168.X.X address inside the exact same private network as the 192.168.1.0 IP you're trying to access.
Avatar of Varshini S
Varshini S

ASKER

I'm sorry, the IP is not local one. please let me know how to use Fiddler
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.