plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.
Other
3.15k stars 181 forks source link

Allow curl to make XMLHttpRequests #33

Open nloveladyallen opened 8 years ago

nloveladyallen commented 8 years ago

curl always fails, even when using unix.bpowers.net to get around same origin policy.

$ curl https://unix.bpowers.net 
Error while executing undefined: Error: socket hang up
bpowers commented 8 years ago

Thanks for the report! This is currently known behavior - curl only attempts to connect to local to browsix sockets. It makes total sense to extend it (and socket code in general) to do remote XMLHttpRequests - I'll leave this issue open and hopefully address it in the next few weeks.

nloveladyallen commented 8 years ago

Any update on this?

bpowers commented 8 years ago

Sorry for the delay @nloveladyallen, I was away getting married :) (there is an excuse I can hopefully only use once). I haven't gotten to this yet, and this week I have some other work slated - I think this is important, and I hope to get to it hopefully the middle of next week. Thanks for the patience.

brodavi commented 7 years ago

congratulations @bpowers :)

bitnom commented 3 years ago

Sorry for the delay @nloveladyallen, I was away getting married :) (there is an excuse I can hopefully only use once). I haven't gotten to this yet, and this week I have some other work slated - I think this is important, and I hope to get to it hopefully the middle of next week. Thanks for the patience.

Issue was 4 years ago now. Is this marriage still actively maintained?