René's URL Explorer Experiment


Title: Incorrect HTTP Response Headers for "Accept: text/turtle" · Issue #632 · nodeSolidServer/node-solid-server · GitHub

Open Graph Title: Incorrect HTTP Response Headers for "Accept: text/turtle" · Issue #632 · nodeSolidServer/node-solid-server

X Title: Incorrect HTTP Response Headers for "Accept: text/turtle" · Issue #632 · nodeSolidServer/node-solid-server

Description: curl -ILH "Accept: text/turtle" https://kidehen.solidtest.space:8443/profile/card#me HTTP/1.1 200 OK Server: nginx/1.10.3 (Ubuntu) Date: Wed, 07 Feb 2018 21:47:06 GMT **Content-Type: text/plain; charset=utf-8** Content-Length: 2 Connecti...

Open Graph Description: curl -ILH "Accept: text/turtle" https://kidehen.solidtest.space:8443/profile/card#me HTTP/1.1 200 OK Server: nginx/1.10.3 (Ubuntu) Date: Wed, 07 Feb 2018 21:47:06 GMT **Content-Type: text/plain; ch...

X Description: curl -ILH "Accept: text/turtle" https://kidehen.solidtest.space:8443/profile/card#me HTTP/1.1 200 OK Server: nginx/1.10.3 (Ubuntu) Date: Wed, 07 Feb 2018 21:47:06 GMT **Content-Type: text...

Opengraph URL: https://github.com/nodeSolidServer/node-solid-server/issues/632

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Incorrect HTTP Response Headers for \"Accept: text/turtle\"","articleBody":"curl -ILH \"Accept: text/turtle\" https://kidehen.solidtest.space:8443/profile/card#me\r\n```\r\nHTTP/1.1 200 OK\r\nServer: nginx/1.10.3 (Ubuntu)\r\nDate: Wed, 07 Feb 2018 21:47:06 GMT\r\n**Content-Type: text/plain; charset=utf-8**\r\nContent-Length: 2\r\nConnection: keep-alive\r\nX-Powered-By: solid-server\r\nVary: Origin\r\nAccess-Control-Allow-Credentials: true\r\nAccess-Control-Expose-Headers: Authorization, User, Location, Link, Vary, Last-Modified, ETag, Accept-Patch, Accept-Post, Updates-Via, Allow, WAC-Allow, Content-Length, WWW-Authenticate\r\nAllow: OPTIONS, HEAD, GET, PATCH, POST, PUT, DELETE\r\nLink: \u003ccard.acl\u003e; rel=\"acl\", \u003ccard.meta\u003e; rel=\"describedBy\", \u003chttp://www.w3.org/ns/ldp#Resource\u003e; rel=\"type\"\r\nWAC-Allow: user=\"read\",public=\"read\"\r\nMS-Author-Via: SPARQL\r\nUpdates-Via: wss://kidehen.solidtest.space\r\nETag: W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\"\r\nStrict-Transport-Security: max-age=15768000\r\n```\r\n\r\n**Content-Type: text/plain; charset=utf-8** is wrong,  bearing in mind what's in the actual HTTP Request\r\n\r\nBearing in mind:\r\ncurl -i \"Accept: text/turtle\" https://kidehen.solidtest.space:8443/profile/card#me\r\ncurl: (3) Illegal port number\r\nHTTP/1.1 200 OK\r\nX-Powered-By: solid-server\r\nVary: Origin\r\nAccess-Control-Allow-Credentials: true\r\nAccess-Control-Expose-Headers: Authorization, User, Location, Link, Vary, Last-Modified, ETag, Accept-Patch, Accept-Post, Updates-Via, Allow, WAC-Allow, Content-Length, WWW-Authenticate\r\nAllow: OPTIONS, HEAD, GET, PATCH, POST, PUT, DELETE\r\nLink: \u003ccard.acl\u003e; rel=\"acl\", \u003ccard.meta\u003e; rel=\"describedBy\", \u003chttp://www.w3.org/ns/ldp#Resource\u003e; rel=\"type\"\r\nWAC-Allow: user=\"read\",public=\"read\"\r\nMS-Author-Via: SPARQL\r\nUpdates-Via: wss://kidehen.solidtest.space:8443\r\n**Content-Type: text/turtle**\r\nDate: Tue, 13 Mar 2018 20:55:00 GMT\r\nConnection: keep-alive\r\nTransfer-Encoding: chunked\r\n\r\nRe\r\n```\r\n@prefix solid: \u003chttp://www.w3.org/ns/solid/terms#\u003e.\r\n@prefix foaf: \u003chttp://xmlns.com/foaf/0.1/\u003e.\r\n@prefix pim: \u003chttp://www.w3.org/ns/pim/space#\u003e.\r\n@prefix schema: \u003chttp://schema.org/\u003e.\r\n@prefix ldp: \u003chttp://www.w3.org/ns/ldp#\u003e.\r\n\r\n\u003c\u003e\r\n    a foaf:PersonalProfileDocument ;\r\n    foaf:maker \u003chttp://id.myopenlink.net/public_home/KingsleyUyiIdehen/Public/kingsley.ttl#this\u003e ;\r\n    foaf:primaryTopic \u003chttp://id.myopenlink.net/public_home/KingsleyUyiIdehen/Public/kingsley.ttl#this\u003e .\r\n\r\n\u003chttp://id.myopenlink.net/public_home/KingsleyUyiIdehen/Public/kingsley.ttl#this\u003e\r\n    a foaf:Person ;\r\n    a schema:Person ;\r\n\r\n    foaf:name \"Kingsley Idehen\" ;\r\n\r\n    solid:account \u003c/\u003e ;  # link to the account uri\r\n    pim:storage \u003c/\u003e ;    # root storage\r\n\r\n    ldp:inbox \u003c/inbox/\u003e ;\r\n\r\n    pim:preferencesFile \u003c/settings/prefs.ttl\u003e ;  # private settings/preferences\r\n    solid:publicTypeIndex \u003c/settings/publicTypeIndex.ttl\u003e ;\r\n    solid:privateTypeIndex \u003c/settings/privateTypeIndex.ttl\u003e .\r\n```","author":{"url":"https://github.com/kidehen","@type":"Person","name":"kidehen"},"datePublished":"2018-02-07T22:19:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/632/node-solid-server/issues/632"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7ac785e6-4cd4-1686-8344-3845676cd693
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDD8A:3CECC8:DD6CA5D:12084A50:6976B3F3
html-safe-nonce07001bad983cd57d6bc5d6b86fd6d41bea4438a3d5a867a79b20d352fa4d6704
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERDhBOjNDRUNDODpERDZDQTVEOjEyMDg0QTUwOjY5NzZCM0YzIiwidmlzaXRvcl9pZCI6IjQ1NzA5Nzc1OTAwMjA4NDY1NzkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac468a76c436330c1441bcee223fad554aa8dd231bb0aec1dffaa64225b62d8371
hovercard-subject-tagissue:295314117
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodeSolidServer/node-solid-server/632/issue_layout
twitter:imagehttps://opengraph.githubassets.com/705e486222dbd230cf5206d9385f15eafe5713274d3747aba1969fd8aeefd4f7/nodeSolidServer/node-solid-server/issues/632
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/705e486222dbd230cf5206d9385f15eafe5713274d3747aba1969fd8aeefd4f7/nodeSolidServer/node-solid-server/issues/632
og:image:altcurl -ILH "Accept: text/turtle" https://kidehen.solidtest.space:8443/profile/card#me HTTP/1.1 200 OK Server: nginx/1.10.3 (Ubuntu) Date: Wed, 07 Feb 2018 21:47:06 GMT **Content-Type: text/plain; ch...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamekidehen
hostnamegithub.com
expected-hostnamegithub.com
None032152924a283b83384255d9489e7b93b54ba01da8d380b05ecd3953b3212411
turbo-cache-controlno-preview
go-importgithub.com/nodeSolidServer/node-solid-server git https://github.com/nodeSolidServer/node-solid-server.git
octolytics-dimension-user_id104446421
octolytics-dimension-user_loginnodeSolidServer
octolytics-dimension-repository_id24306004
octolytics-dimension-repository_nwonodeSolidServer/node-solid-server
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id24306004
octolytics-dimension-repository_network_root_nwonodeSolidServer/node-solid-server
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5b577f6be6482e336e3c30e8daefa30144947b17
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodeSolidServer/node-solid-server/issues/632#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FnodeSolidServer%2Fnode-solid-server%2Fissues%2F632
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FnodeSolidServer%2Fnode-solid-server%2Fissues%2F632
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodeSolidServer%2Fnode-solid-server
Reloadhttps://github.com/nodeSolidServer/node-solid-server/issues/632
Reloadhttps://github.com/nodeSolidServer/node-solid-server/issues/632
Reloadhttps://github.com/nodeSolidServer/node-solid-server/issues/632
nodeSolidServer https://github.com/nodeSolidServer
node-solid-serverhttps://github.com/nodeSolidServer/node-solid-server
Notifications https://github.com/login?return_to=%2FnodeSolidServer%2Fnode-solid-server
Fork 305 https://github.com/login?return_to=%2FnodeSolidServer%2Fnode-solid-server
Star 1.8k https://github.com/login?return_to=%2FnodeSolidServer%2Fnode-solid-server
Code https://github.com/nodeSolidServer/node-solid-server
Issues 296 https://github.com/nodeSolidServer/node-solid-server/issues
Pull requests 21 https://github.com/nodeSolidServer/node-solid-server/pulls
Actions https://github.com/nodeSolidServer/node-solid-server/actions
Projects 0 https://github.com/nodeSolidServer/node-solid-server/projects
Wiki https://github.com/nodeSolidServer/node-solid-server/wiki
Security 0 https://github.com/nodeSolidServer/node-solid-server/security
Insights https://github.com/nodeSolidServer/node-solid-server/pulse
Code https://github.com/nodeSolidServer/node-solid-server
Issues https://github.com/nodeSolidServer/node-solid-server/issues
Pull requests https://github.com/nodeSolidServer/node-solid-server/pulls
Actions https://github.com/nodeSolidServer/node-solid-server/actions
Projects https://github.com/nodeSolidServer/node-solid-server/projects
Wiki https://github.com/nodeSolidServer/node-solid-server/wiki
Security https://github.com/nodeSolidServer/node-solid-server/security
Insights https://github.com/nodeSolidServer/node-solid-server/pulse
New issuehttps://github.com/login?return_to=https://github.com/nodeSolidServer/node-solid-server/issues/632
New issuehttps://github.com/login?return_to=https://github.com/nodeSolidServer/node-solid-server/issues/632
Incorrect HTTP Response Headers for "Accept: text/turtle"https://github.com/nodeSolidServer/node-solid-server/issues/632#top
bughttps://github.com/nodeSolidServer/node-solid-server/issues?q=state%3Aopen%20label%3A%22bug%22
duplicatehttps://github.com/nodeSolidServer/node-solid-server/issues?q=state%3Aopen%20label%3A%22duplicate%22
https://github.com/kidehen
https://github.com/kidehen
kidehenhttps://github.com/kidehen
on Feb 7, 2018https://github.com/nodeSolidServer/node-solid-server/issues/632#issue-295314117
https://kidehen.solidtest.space:8443/profile/card#mehttps://kidehen.solidtest.space:8443/profile/card#me
https://kidehen.solidtest.space:8443/profile/card#mehttps://kidehen.solidtest.space:8443/profile/card#me
http://www.w3.org/ns/ldp#Resourcehttp://www.w3.org/ns/ldp#Resource
bughttps://github.com/nodeSolidServer/node-solid-server/issues?q=state%3Aopen%20label%3A%22bug%22
duplicatehttps://github.com/nodeSolidServer/node-solid-server/issues?q=state%3Aopen%20label%3A%22duplicate%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.