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

Please use HttpClient instead of fetch to get remote content #117

Closed
jnakkerud opened this issue Dec 24, 2017 · 1 comment
Closed

Please use HttpClient instead of fetch to get remote content #117

jnakkerud opened this issue Dec 24, 2017 · 1 comment

Comments

@jnakkerud
Copy link

MarkdownService.getContent looks like it was changed to use fetch from Http. This caused my deployed application to fail when getting remote content because fetch looks like it does not send cookies by default; many applications require a session cookie for each request.

Please consider using HttpClient as that is the Angular way to get remote data.

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

No branches or pull requests

2 participants