fah-nacl-client icon indicating copy to clipboard operation
fah-nacl-client copied to clipboard

Add support for standard port 80

Open 7im- opened this issue 10 years ago • 1 comments

Full FAH client supports both port 80 and 8080. NaCl should do the same. See line 870:

function ws_call(ws, cmd, data, success, error, upload, download) { server_call('http://' + ws + ':8080/api/' + cmd, data, success, error, upload, download);

7im- avatar Apr 14 '14 18:04 7im-

I'm staying subscribed to this. I really hope the enhancement is added because I use my personal laptop to fold at school sometimes and my school blocks every other port except 80 so a port 80 fallback would be nice in case port 8080 cannot connect.

Kryptoxic avatar Apr 19 '16 09:04 Kryptoxic