Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We have written an API webservice using sql lite. It's not deployed on a server so there is no endpoint, etc. How can we call that service with a GET Request from a test pc?

What I have tried:

We have tried researching the problem, it's a but hard since we dont actually know what to research.
Posted
Updated 8-Mar-18 22:01pm

You'll need to install IIS on that PC (it's an optional component you need to enable via Add Windows Features) and create a site for your service and deploy it to that PC. You can then use it by IP address or the PCs name if other machines on the network know it

http://yourIPHere/...
 
Share this answer
 
You can use ngrok - secure introspectable tunnels to localhost[^]
to tunnel request to your localhost.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900