Terms of the offer
I have this api (method get) that is connected to a lambda function that does a simple select from a database, if i test the endpoint with postman with a null body it does work (if i understood, po... Option 2 PowerShell Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess cmd C:\> netstat -a -b (Add -n to stop it trying to resolve hostnames, which will make it a lot faster.) -a Displays all connections and listening ports. -b Displays the executable involved in creating each connection or listening port. In some cases, well-known executables host multiple independent components, and in these cases, the sequence of components involved in creating the connection or ... Command docker container ls shows the application is running, and the service is listening on port 0.0.0.0: 8000 . What IP address should I use on the Windows host to access this service? In addition to what awd mentioned about getting the person responsible for the server to reconfigure (an impractical solution for local development), I use a change-origin Google Chrome plugin like this: Moesif Orign & CORS Changer (it used to be free, but now it wants a work email address >_>) Allow CORS: Access-Control-Allow-Origin (tested in 2023) You can make your local dev server (example: localhost:8080) to appear to be coming from 172.16.1.157:8002 or any other domain. In case the 2nd ...