-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
DefaultHttpLoader creates invalid accept header #191
Closed
aixigo-soffermann opened this issue
Oct 1, 2021
· 2 comments
· Fixed by #200 · May be fixed by aixigo-soffermann/titanium-json-ld#1
Closed
DefaultHttpLoader creates invalid accept header #191
aixigo-soffermann opened this issue
Oct 1, 2021
· 2 comments
· Fixed by #200 · May be fixed by aixigo-soffermann/titanium-json-ld#1
Comments
aixigo-soffermann
added a commit
to aixigo-soffermann/titanium-json-ld
that referenced
this issue
Oct 1, 2021
Hi @aixigo-soffermann |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment! |
filip26
added a commit
that referenced
this issue
Dec 12, 2021
filip26
added a commit
that referenced
this issue
Dec 12, 2021
Fix issue #191 thanks to @aixigo-soffermann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line is broken. It should be
Otherwise https://www.w3.org/ns/activitystreams will always return "text/html" instead of "application/ld+json".
You can easily verify this using
curl
:returns:
Whereas
returns
The text was updated successfully, but these errors were encountered: