- Aug 26, 2000
- 28,653
- 100
- 106
I've never had to troubleshoot this issue because 'it just worked' in Windows XP, but now that I'm on Windows 7, it's not working at all and I have no clue where to begin.
I have stock trading software that uses http addresses such as:
http://localhost:7400/placeOrder?symbol=IBM&action=BUY...etc...etc...
to indirectly send orders into my brokerage software's api. A small middleman java software application is listening on port 7400 for the http address, and then sends the order request to the brokerage api in the respective syntax that it needs.
But when I send this address from my software, which the browser usually would load instantly, the browser doesn't receive it. And if I load it directly into the browser manually, nothing happens and it won't 'load' and pass it along for the middleman software to process.
It seems Windows 7 doesn't like localhost
ort addresses. I've disabled my firewall but this address still does not get to my middleman software that's 'listening' on port 7400.
Any ideas what might be going on or how to get around what Windows 7 is restricting me from doing?
I have stock trading software that uses http addresses such as:
http://localhost:7400/placeOrder?symbol=IBM&action=BUY...etc...etc...
to indirectly send orders into my brokerage software's api. A small middleman java software application is listening on port 7400 for the http address, and then sends the order request to the brokerage api in the respective syntax that it needs.
But when I send this address from my software, which the browser usually would load instantly, the browser doesn't receive it. And if I load it directly into the browser manually, nothing happens and it won't 'load' and pass it along for the middleman software to process.
It seems Windows 7 doesn't like localhost
Any ideas what might be going on or how to get around what Windows 7 is restricting me from doing?
Last edited: