Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XLIFF Watcher] XLIFF Watcher cannot access the local http server #76

Closed
t2ym opened this issue Jun 23, 2017 · 2 comments
Closed

[XLIFF Watcher] XLIFF Watcher cannot access the local http server #76

t2ym opened this issue Jun 23, 2017 · 2 comments

Comments

@t2ym
Copy link
Owner

t2ym commented Jun 23, 2017

[XLIFF Watcher] XLIFF Watcher cannot access the local http server.

Browser Protocol Reproducible
Chrome 59 https -
Firefox 54 https ✔︎
Chrome 59 http ✔︎
Firefox 54 http -
Old Chrome https -
Old Chrome http -
  • Chrome https requests:
    OPTIONS:
Access-Control-Request-Headers:if-modified-since
Access-Control-Request-Method:GET
  • Chrome http request does not have OPTIONS method. No Access-Control-Request-Headers/Method headers.
  • Firefox http request:
    OPTIONS:
Access-Control-Request-Method	"GET"
Access-Control-Request-Headers	"if-modified-since"
  • Firefox https request does not have OPTIONS method. No Access-Control-Request-Headers/Method headers.
@t2ym
Copy link
Owner Author

t2ym commented Jun 23, 2017

Fix for Chrome

Use https protocol even for http web applications.

@t2ym
Copy link
Owner Author

t2ym commented Jun 23, 2017

Since there are no good workarounds for Firefox. The issue will be closed only with the Chrome fix.

@t2ym t2ym closed this as completed in c41a2c2 Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant