René's URL Explorer Experiment


Title: Missing content-length, incorrect content-length, bad interaction with gold proxy · Issue #250 · nodeSolidServer/node-solid-server · GitHub

Open Graph Title: Missing content-length, incorrect content-length, bad interaction with gold proxy · Issue #250 · nodeSolidServer/node-solid-server

X Title: Missing content-length, incorrect content-length, bad interaction with gold proxy · Issue #250 · nodeSolidServer/node-solid-server

Description: Strange maybe compound bug GET https://databox.me/,proxy?uri=http://localhost:3080/timbl/Public/PublicTypeIndex.ttl net::ERR_EMPTY_RESPONSE That is from chrome JS console. $ curl https://databox.me/,proxy?uri=http://l...

Open Graph Description: Strange maybe compound bug GET https://databox.me/,proxy?uri=http://localhost:3080/timbl/Public/PublicTypeIndex.ttl net::ERR_EMPTY_RESPONSE That is from chrome JS console. $ curl http...

X Description: Strange maybe compound bug GET https://databox.me/,proxy?uri=http://localhost:3080/timbl/Public/PublicTypeIndex.ttl net::ERR_EMPTY_RESPONSE That is from chrome JS console. $ curl http...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Missing content-length, incorrect content-length, bad interaction with gold proxy","articleBody":"```\nStrange maybe compound bug\n\nGET https://databox.me/,proxy?uri=http%3A%2F%2Flocalhost%3A3080%2Ftimbl%2FPublic%2FPublicTypeIndex.ttl net::ERR_EMPTY_RESPONSE\n\nThat is from chrome JS console.\n\n$ curl https://databox.me/,proxy?uri=http%3A%2F%2Flocalhost%3A3080%2Ftimbl%2FPublic%2FPublicTypeIndex.ttl\ncurl: (52) Empty reply from server\n\nThat is from curl. So the proxy is definitely broken.\nSame happens with a HEAD request:\n\ncurl -I https://databox.me/,proxy?uri=http%3A%2F%2Flocalhost%3A3080%2Ftimbl%2FPublic%2FPublicTypeIndex.ttl\ncurl: (52) Empty reply from server\n\nThat said, the original resource being proxied is a bit strange.\nIt has a content-length of 2 in a HEAD:\n``\n $ curl -I http://localhost:3080/timbl/Public/PublicTypeIndex.ttl\nHTTP/1.1 200 OK\nX-Powered-By: Express\nLink: \u003cPublicTypeIndex.ttl.acl\u003e; rel=\"acl\", \u003cPublicTypeIndex.ttl.meta\u003e; rel=\"describedBy\", \u003chttp://www.w3.org/ns/ldp#Resource\u003e; rel=\"type\"\nVary: Origin\nAccess-Control-Allow-Credentials: true\nAccess-Control-Expose-Headers: User, Location, Link, Vary, Last-Modified, Content-Length\nMS-Author-Via: SPARQL\nUpdates-Via: http://localhost:3080\nContent-Type: text/plain; charset=utf-8\nContent-Length: 2\nETag: W/\"2-4KoCHiHd29bYzs7HHpz1ZA\"\nset-cookie: connect.sid=s%3A1M4dZlcCPpfdrXlzHj7qdzJGIQXwDqTG.j2qJWrO1B0OKg7MJ%2FEhnxv0xgcJsR802ZQ0XC8RyRL4; Path=/; HttpOnly\nDate: Wed, 17 Feb 2016 11:30:05 GMT\nConnection: keep-alive\n\ntimbl 06:35\nwell that was my localhost copy. The copy on https://timbl.com/ does the same\nWhat happens when we GET the original file from ldnode?\n\n $ curl -v  https://timbl.com/timbl/Public/PublicTypeIndex.ttl\n*   Trying 73.218.51.127...\n* Connected to timbl.com (73.218.51.127) port 443 (#0)\n* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\n* Server certificate: timbl.com\n\u003e GET /timbl/Public/PublicTypeIndex.ttl HTTP/1.1\n\u003e Host: timbl.com\n\u003e User-Agent: curl/7.43.0\n\u003e Accept: */*\n\u003e \n\u003c HTTP/1.1 200 OK\n\u003c X-Powered-By: Express\n\u003c Link: \u003cPublicTypeIndex.ttl.acl\u003e; rel=\"acl\", \u003cPublicTypeIndex.ttl.meta\u003e; rel=\"describedBy\", \u003chttp://www.w3.org/ns/ldp#Resource\u003e; rel=\"type\"\n\u003c Vary: Origin\n\u003c Access-Control-Allow-Credentials: true\n\u003c Access-Control-Expose-Headers: User, Location, Link, Vary, Last-Modified, Content-Length\n\u003c MS-Author-Via: SPARQL\n\u003c Updates-Via: https://timbl.com\n\u003c Content-Type: text/turtle\n\u003c set-cookie: connect.sid=s%3Ad5FCDhbngX14k2LcLhIJU9sytdmn34ps.3XR3%2B9Km5zcsq5Mqzh%2Fj0p%2FkTAsxzf2dNKHY6361zJM; Path=/; HttpOnly; Secure\n\u003c Date: Wed, 17 Feb 2016 11:34:34 GMT\n\u003c Connection: keep-alive\n\u003c Transfer-Encoding: chunked\n\u003c \n@prefix n: \u003chttp://www.w3.org/2006/vcard/ns#\u003e.\n@prefix terms: \u003chttps://www.w3.org/ns/solid/terms#\u003e.\n@prefix boo: \u003chttp://localhost:3080/timbl/2016/02/01/test1/book.ttl#\u003e.\n\n   n:AddressBook terms:instance boo:this .\n* Connection #0 to host timbl.com left intact\n$\n\nA weird thing there is there is no content-length sent at all. Is that an excuse for the proxy to disconnect? But it should sent the content-length, even if it uses streaming internally.\nSo this looks like three bugs\n\n- The bad content-length of 2 on a HEAD\n- the missing content-length (I mean) on the GET (from ldnode)\n- in gold, the bad reaction in closing down the client connection, whcih should not happen even if no content-length\n```\n","author":{"url":"https://github.com/timbl","@type":"Person","name":"timbl"},"datePublished":"2016-02-17T11:48:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/250/node-solid-server/issues/250"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:0d17b610-e0b9-9e66-c802-9524a043e1dc
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBAC4:267D16:F35DA5:13AE0F1:6976A533
html-safe-nonce66968f4d2798d88ca33d04777eb6d64523b23dbea2b25aeba3c353f5e06e5ffe
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQUM0OjI2N0QxNjpGMzVEQTU6MTNBRTBGMTo2OTc2QTUzMyIsInZpc2l0b3JfaWQiOiIxODg0OTA0MDk2OTU0MjE3NDciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacdd93942250346b89c3a4965d454d002731adeb964f20131973a86867e9df92f3
hovercard-subject-tagissue:134258911
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/250/issue_layout
twitter:imagehttps://opengraph.githubassets.com/eb55b43fe72bbdc84ad9f23da7bf4a79eab5b458aad7577905a7ebaf61f622f4/nodeSolidServer/node-solid-server/issues/250
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/eb55b43fe72bbdc84ad9f23da7bf4a79eab5b458aad7577905a7ebaf61f622f4/nodeSolidServer/node-solid-server/issues/250
og:image:altStrange maybe compound bug GET https://databox.me/,proxy?uri=http://localhost:3080/timbl/Public/PublicTypeIndex.ttl net::ERR_EMPTY_RESPONSE That is from chrome JS console. $ curl http...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametimbl
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/250#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FnodeSolidServer%2Fnode-solid-server%2Fissues%2F250
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%2F250
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/250
Reloadhttps://github.com/nodeSolidServer/node-solid-server/issues/250
Reloadhttps://github.com/nodeSolidServer/node-solid-server/issues/250
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/250
New issuehttps://github.com/login?return_to=https://github.com/nodeSolidServer/node-solid-server/issues/250
Missing content-length, incorrect content-length, bad interaction with gold proxyhttps://github.com/nodeSolidServer/node-solid-server/issues/250#top
bughttps://github.com/nodeSolidServer/node-solid-server/issues?q=state%3Aopen%20label%3A%22bug%22
priority-highto be used for important issues and pull requests that need to be addressed soonhttps://github.com/nodeSolidServer/node-solid-server/issues?q=state%3Aopen%20label%3A%22priority-high%22
https://github.com/timbl
https://github.com/timbl
timblhttps://github.com/timbl
on Feb 17, 2016https://github.com/nodeSolidServer/node-solid-server/issues/250#issue-134258911
bughttps://github.com/nodeSolidServer/node-solid-server/issues?q=state%3Aopen%20label%3A%22bug%22
priority-highto be used for important issues and pull requests that need to be addressed soonhttps://github.com/nodeSolidServer/node-solid-server/issues?q=state%3Aopen%20label%3A%22priority-high%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.