René's URL Explorer Experiment


Title: Issue · GitHub

Open Graph Title: Issue · etr/libhttpserver

X Title: Issue · etr/libhttpserver

Description: C++ library for creating an embedded Rest HTTP server (and more) - Issue · etr/libhttpserver

Open Graph Description: C++ library for creating an embedded Rest HTTP server (and more) - Issue · etr/libhttpserver

X Description: C++ library for creating an embedded Rest HTTP server (and more) - Issue · etr/libhttpserver

Opengraph URL: https://github.com/etr/libhttpserver

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Test crashes when using empty GET parameter","articleBody":"The test program (and others, too) crashes when used in the following way:\n./Test \u0026\ncurl http://localhost:8080?asdf\nFast fix as I am not a C++ expert:\n\n```\ndiff --git a/src/webserver.cpp b/src/webserver.cpp\nindex 9858bff..a0ea97f 100644\n--- a/src/webserver.cpp\n+++ b/src/webserver.cpp\n@@ -749,9 +749,16 @@ int webserver::build_request_args (\n         void *cls,\n         enum MHD_ValueKind kind,\n         const char *key,\n-        const char *value\n+        const char *orig_value\n )\n {\n+    int size;\n+    char *value;\n+    if (orig_value == NULL)\n+        value = (char*) \"\";\n+    else\n+        value = (char*) orig_value;\n+\n     details::modded_request* mr = static_cast\u003cdetails::modded_request*\u003e(cls);\n     {\n         char buf[strlen(key) + strlen(value) + 3];\n@@ -766,7 +773,11 @@ int webserver::build_request_args (\n             mr-\u003edhr-\u003equerystring += string(buf);\n         }\n     }\n-    int size = internal_unescaper((void*) mr-\u003ews, (char*) value);\n+\n+    if (orig_value == NULL)\n+        size = 0;\n+    else\n+        size = internal_unescaper((void*) mr-\u003ews, value);\n     mr-\u003edhr-\u003eset_arg(key, string(value, size));\n     return MHD_YES;\n }\n\n```\n","author":{"url":"https://github.com/btwotch","@type":"Person","name":"btwotch"},"datePublished":"2014-03-03T22:04:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/44/libhttpserver/issues/44"}

route-pattern/:user_id/:repository/issues/:id(.:format)
route-controllerissues
route-actionshow
fetch-noncev2:e6e01962-99e6-94f7-1d59-67750c2b04c4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8766:2AB90B:A7EC4A:DFF350:6A531ABF
html-safe-nonce0be5d3f082b0d246b9944bbfdbe418ef17cfc75db56ed9acea3dc8d61ffc6634
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NzY2OjJBQjkwQjpBN0VDNEE6REZGMzUwOjZBNTMxQUJGIiwidmlzaXRvcl9pZCI6IjU1ODIwNjgyNTM2NDIxMzYyNTUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf6021f254b939a6111e90f124cd8449597dec302f5ef8805f9c20a6f22c6a414
hovercard-subject-tagrepository:3416891
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///issues/show
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/etr/libhttpserver/issues/44
twitter:imagehttps://opengraph.githubassets.com/a3b1a99ff2c031de24bfb68f653603d237c1877fa645dbd644d0abd5c67842ea/etr/libhttpserver
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a3b1a99ff2c031de24bfb68f653603d237c1877fa645dbd644d0abd5c67842ea/etr/libhttpserver
og:image:altC++ library for creating an embedded Rest HTTP server (and more) - Issue · etr/libhttpserver
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-cache
go-importgithub.com/etr/libhttpserver git https://github.com/etr/libhttpserver.git
octolytics-dimension-user_id1201536
octolytics-dimension-user_loginetr
octolytics-dimension-repository_id3416891
octolytics-dimension-repository_nwoetr/libhttpserver
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id3416891
octolytics-dimension-repository_network_root_nwoetr/libhttpserver
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/etr/libhttpserver/issues/44#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fetr%2Flibhttpserver%2Fissues%2F44
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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%2Fetr%2Flibhttpserver%2Fissues%2F44
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%2Fissues%2Fshow&source=header-repo&source_repo=etr%2Flibhttpserver
Reloadhttps://github.com/etr/libhttpserver/issues/44
Reloadhttps://github.com/etr/libhttpserver/issues/44
Reloadhttps://github.com/etr/libhttpserver/issues/44
etr https://github.com/etr
libhttpserverhttps://github.com/etr/libhttpserver
Notifications https://github.com/login?return_to=%2Fetr%2Flibhttpserver
Fork 191 https://github.com/login?return_to=%2Fetr%2Flibhttpserver
Star 942 https://github.com/login?return_to=%2Fetr%2Flibhttpserver
Code https://github.com/etr/libhttpserver
Issues 15 https://github.com/etr/libhttpserver/issues
Pull requests 4 https://github.com/etr/libhttpserver/pulls
Actions https://github.com/etr/libhttpserver/actions
Projects https://github.com/etr/libhttpserver/projects
Wiki https://github.com/etr/libhttpserver/wiki
Security and quality 0 https://github.com/etr/libhttpserver/security
Insights https://github.com/etr/libhttpserver/pulse
Code https://github.com/etr/libhttpserver
Issues https://github.com/etr/libhttpserver/issues
Pull requests https://github.com/etr/libhttpserver/pulls
Actions https://github.com/etr/libhttpserver/actions
Projects https://github.com/etr/libhttpserver/projects
Wiki https://github.com/etr/libhttpserver/wiki
Security and quality https://github.com/etr/libhttpserver/security
Insights https://github.com/etr/libhttpserver/pulse
Test crashes when using empty GET parameterhttps://github.com/etr/libhttpserver/issues/44#top
https://github.com/btwotch
btwotchhttps://github.com/btwotch
on Mar 3, 2014https://github.com/etr/libhttpserver/issues/44#issue-28661233
http://localhost:8080?asdfhttp://localhost:8080?asdf
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.