Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Add support for standard port 80 #57

Open
7im- opened this issue Apr 14, 2014 · 1 comment
Open

Add support for standard port 80 #57

7im- opened this issue Apr 14, 2014 · 1 comment

Comments

@7im-
Copy link

7im- commented Apr 14, 2014

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);

@Kryptoxic
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants