René's URL Explorer Experiment


Title: Additional error info · stackql/stackql · Discussion #391 · GitHub

Open Graph Title: Additional error info · stackql/stackql · Discussion #391

X Title: Additional error info · stackql/stackql · Discussion #391

Description: Additional error info

Open Graph Description: @general-kroll-4-life, I got the error 'insert over HTTP error: 400 Bad Request' for the below code. I gave the incorrect public ip address name in this case. Is there anyway I can get more granula...

X Description: @general-kroll-4-life, I got the error 'insert over HTTP error: 400 Bad Request' for the below code. I gave the incorrect public ip address name in this case. Is there anyway I can get more...

Opengraph URL: https://github.com/stackql/stackql/discussions/391

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"QAPage","mainEntity":{"@type":"Question","name":"Additional error info","text":"\u003cp dir=\"auto\"\u003e\u003ca class=\"user-mention notranslate\" data-hovercard-type=\"user\" data-hovercard-url=\"/users/general-kroll-4-life/hovercard\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://github.com/general-kroll-4-life\"\u003e@general-kroll-4-life\u003c/a\u003e,  I got the error 'insert over HTTP error: 400 Bad Request' for the below code. I gave the incorrect public ip address name in this case. Is there anyway I can get more granular error info. The Azure Rest APIs provide more granular info, so just wondering if we are capturing it.\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"stackql  \u0026gt;\u0026gt;\nstackql  \u0026gt;\u0026gt;\u0026lt;\u0026lt;\u0026lt;jsonnet \nstackql  \u0026gt;\u0026gt;{  \nstackql  \u0026gt;\u0026gt;data__properties: {\nstackql  \u0026gt;\u0026gt;    \u0026quot;ipConfigurations\u0026quot;: [\nstackql  \u0026gt;\u0026gt;      {\nstackql  \u0026gt;\u0026gt;        \u0026quot;name\u0026quot;: \u0026quot;ipconfig1\u0026quot;,\nstackql  \u0026gt;\u0026gt;        \u0026quot;properties\u0026quot;: {\nstackql  \u0026gt;\u0026gt;          \u0026quot;publicIPAddress\u0026quot;: {\nstackql  \u0026gt;\u0026gt;            \u0026quot;id\u0026quot;: \u0026quot;/subscriptions/0cf/resourceGroups/vmss-flex/providers/Microsoft.Network/publicIPAddresses/vmss-f1-ip\u0026quot;\nstackql  \u0026gt;\u0026gt;          },\nstackql  \u0026gt;\u0026gt;          \u0026quot;subnet\u0026quot;: {\nstackql  \u0026gt;\u0026gt;            \u0026quot;id\u0026quot;: \u0026quot;/subscriptions/0cf/resourceGroups/vmss-flex/providers/Microsoft.Network/virtualNetworks/vmss-flex-vnet/subnets/default\u0026quot;\nstackql  \u0026gt;\u0026gt;          }\nstackql  \u0026gt;\u0026gt;        }\nstackql  \u0026gt;\u0026gt;      }\nstackql  \u0026gt;\u0026gt;    ]\nstackql  \u0026gt;\u0026gt;  }\nstackql  \u0026gt;\u0026gt;} \nstackql  \u0026gt;\u0026gt;\u0026gt;\u0026gt;\u0026gt;         \nstackql  \u0026gt;\u0026gt;Insert into azure.network.interfaces (\nstackql  \u0026gt;\u0026gt;    resourceGroupName, \nstackql  \u0026gt;\u0026gt;    subscriptionId, \nstackql  \u0026gt;\u0026gt;    networkInterfaceName,\nstackql  \u0026gt;\u0026gt;    data__location,\nstackql  \u0026gt;\u0026gt;    data__properties )\nstackql  \u0026gt;\u0026gt;select\nstackql  \u0026gt;\u0026gt;    'vmss-flex',\nstackql  \u0026gt;\u0026gt;    '0cf',\nstackql  \u0026gt;\u0026gt;    'vmss-nic1',\nstackql  \u0026gt;\u0026gt;    'eastus',\nstackql  \u0026gt;\u0026gt;    '{    \u0026quot;ipConfigurations\u0026quot;: {{ .data__properties.ipConfigurations }} }';\n\ninsert over HTTP error: 400 Bad Request \"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode class=\"notranslate\"\u003estackql  \u0026gt;\u0026gt;\nstackql  \u0026gt;\u0026gt;\u0026lt;\u0026lt;\u0026lt;jsonnet \nstackql  \u0026gt;\u0026gt;{  \nstackql  \u0026gt;\u0026gt;data__properties: {\nstackql  \u0026gt;\u0026gt;    \"ipConfigurations\": [\nstackql  \u0026gt;\u0026gt;      {\nstackql  \u0026gt;\u0026gt;        \"name\": \"ipconfig1\",\nstackql  \u0026gt;\u0026gt;        \"properties\": {\nstackql  \u0026gt;\u0026gt;          \"publicIPAddress\": {\nstackql  \u0026gt;\u0026gt;            \"id\": \"/subscriptions/0cf/resourceGroups/vmss-flex/providers/Microsoft.Network/publicIPAddresses/vmss-f1-ip\"\nstackql  \u0026gt;\u0026gt;          },\nstackql  \u0026gt;\u0026gt;          \"subnet\": {\nstackql  \u0026gt;\u0026gt;            \"id\": \"/subscriptions/0cf/resourceGroups/vmss-flex/providers/Microsoft.Network/virtualNetworks/vmss-flex-vnet/subnets/default\"\nstackql  \u0026gt;\u0026gt;          }\nstackql  \u0026gt;\u0026gt;        }\nstackql  \u0026gt;\u0026gt;      }\nstackql  \u0026gt;\u0026gt;    ]\nstackql  \u0026gt;\u0026gt;  }\nstackql  \u0026gt;\u0026gt;} \nstackql  \u0026gt;\u0026gt;\u0026gt;\u0026gt;\u0026gt;         \nstackql  \u0026gt;\u0026gt;Insert into azure.network.interfaces (\nstackql  \u0026gt;\u0026gt;    resourceGroupName, \nstackql  \u0026gt;\u0026gt;    subscriptionId, \nstackql  \u0026gt;\u0026gt;    networkInterfaceName,\nstackql  \u0026gt;\u0026gt;    data__location,\nstackql  \u0026gt;\u0026gt;    data__properties )\nstackql  \u0026gt;\u0026gt;select\nstackql  \u0026gt;\u0026gt;    'vmss-flex',\nstackql  \u0026gt;\u0026gt;    '0cf',\nstackql  \u0026gt;\u0026gt;    'vmss-nic1',\nstackql  \u0026gt;\u0026gt;    'eastus',\nstackql  \u0026gt;\u0026gt;    '{    \"ipConfigurations\": {{ .data__properties.ipConfigurations }} }';\n\ninsert over HTTP error: 400 Bad Request \n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"\u003cdiv class=\"email-fragment\"\u003eWe are about to release a new version (hopefully today or tomorrow) which\nreturns the actual error via `stderr` you can get this using\n`--http.log.enabled` now however\u003c/div\u003e\n\u003cspan class=\"email-hidden-toggle\"\u003e\u003ca href=\"#\"\u003e…\u003c/a\u003e\u003c/span\u003e\u003cdiv class=\"email-hidden-reply\"\u003e\n\u003cdiv class=\"email-quoted-reply\"\u003eOn Sun, Apr 14, 2024, 23:48 Vivek Anandaraman ***@***.***\u0026gt; wrote:\n \u003ca class=\"user-mention\" href=\"https://github.com/general-kroll-4-life\"\u003e@general-kroll-4-life\u003c/a\u003e \u0026lt;\u003ca href=\"https://github.com/general-kroll-4-life\"\u003ehttps://github.com/general-kroll-4-life\u003c/a\u003e\u0026gt;, I got\n the error 'insert over HTTP error: 400 Bad Request' for the below code. I\n gave the incorrect public ip address name in this case. Is there anyway I\n can get more granular error info. The Azure Rest APIs provide more granular\n info, so just wondering if we are capturing it.\n\n stackql  \u0026gt;\u0026gt;\n stackql  \u0026gt;\u0026gt;\u0026lt;\u0026lt;\u0026lt;jsonnet\n stackql  \u0026gt;\u0026gt;{\n stackql  \u0026gt;\u0026gt;data__properties: {\n stackql  \u0026gt;\u0026gt;    \"ipConfigurations\": [\n stackql  \u0026gt;\u0026gt;      {\n stackql  \u0026gt;\u0026gt;        \"name\": \"ipconfig1\",\n stackql  \u0026gt;\u0026gt;        \"properties\": {\n stackql  \u0026gt;\u0026gt;          \"publicIPAddress\": {\n stackql  \u0026gt;\u0026gt;            \"id\": \"/subscriptions/0cf/resourceGroups/vmss-flex/providers/Microsoft.Network/publicIPAddresses/vmss-f1-ip\"\n stackql  \u0026gt;\u0026gt;          },\n stackql  \u0026gt;\u0026gt;          \"subnet\": {\n stackql  \u0026gt;\u0026gt;            \"id\": \"/subscriptions/0cf/resourceGroups/vmss-flex/providers/Microsoft.Network/virtualNetworks/vmss-flex-vnet/subnets/default\"\n stackql  \u0026gt;\u0026gt;          }\n stackql  \u0026gt;\u0026gt;        }\n stackql  \u0026gt;\u0026gt;      }\n stackql  \u0026gt;\u0026gt;    ]\n stackql  \u0026gt;\u0026gt;  }\n stackql  \u0026gt;\u0026gt;}\n stackql  \u0026gt;\u0026gt;\u0026gt;\u0026gt;\u0026gt;\n stackql  \u0026gt;\u0026gt;Insert into azure.network.interfaces (\n stackql  \u0026gt;\u0026gt;    resourceGroupName,\n stackql  \u0026gt;\u0026gt;    subscriptionId,\n stackql  \u0026gt;\u0026gt;    networkInterfaceName,\n stackql  \u0026gt;\u0026gt;    data__location,\n stackql  \u0026gt;\u0026gt;    data__properties )\n stackql  \u0026gt;\u0026gt;select\n stackql  \u0026gt;\u0026gt;    'vmss-flex',\n stackql  \u0026gt;\u0026gt;    '0cf',\n stackql  \u0026gt;\u0026gt;    'vmss-nic1',\n stackql  \u0026gt;\u0026gt;    'eastus',\n stackql  \u0026gt;\u0026gt;    '{    \"ipConfigurations\": {{ .data__properties.ipConfigurations }} }';\n\n insert over HTTP error: 400 Bad Request\n\n —\n Reply to this email directly, view it on GitHub\n \u0026lt;\u003ca class=\"issue-link js-issue-link\" data-error-text=\"Failed to load title\" data-id=\"6503085\" data-permission-text=\"Title is private\" data-url=\"https://github.com/stackql/stackql/discussions/391\" href=\"https://github.com/stackql/stackql/discussions/391\"\u003e#391\u003c/a\u003e\u0026gt;, or unsubscribe\n \u0026lt;\u003ca href=\"https://github.com/notifications/unsubscribe-auth/ABHIPA6GKBSNEOH4LEYI4ODY5KCJTAVCNFSM6AAAAABGGFLL6SVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGUYDGMBYGU\"\u003ehttps://github.com/notifications/unsubscribe-auth/ABHIPA6GKBSNEOH4LEYI4ODY5KCJTAVCNFSM6AAAAABGGFLL6SVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGUYDGMBYGU\u003c/a\u003e\u0026gt;\n .\n You are receiving this because you are subscribed to this thread.Message\n ID: ***@***.***\u0026gt;\n\u003c/div\u003e\n\u003cdiv class=\"email-fragment\"\u003e\u003c/div\u003e\n\u003c/div\u003e","upvoteCount":1,"url":"https://github.com/stackql/stackql/discussions/391#discussioncomment-9111552"}}}

route-pattern/_view_fragments/Voltron::DiscussionsFragmentsController/show/:user_id/:repository/:discussion_number/discussion_layout(.:format)
route-controllervoltron_discussions_fragments
route-actiondiscussion_layout
fetch-noncev2:14216409-2b09-b52c-e130-1ff64ccb8005
current-catalog-service-hash9f0abe34da433c9b6db74bffa2466494a717b579a96b30a5d252e5090baea7be
request-idE942:1956FA:13B5801:1C76C2E:6A4CDFA0
html-safe-nonce6189b53c9d0abbfd057e4032aef89ea7c7e89fd3dda1cfcba0a6833f12ad371a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOTQyOjE5NTZGQToxM0I1ODAxOjFDNzZDMkU6NkE0Q0RGQTAiLCJ2aXNpdG9yX2lkIjoiNzY2NjEyMTc2MTkwMTAzNDU2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac5c9f8373f7c5c7b4ab8b81e213fb93f99ab30f741cf48343cb156406fd68a604
hovercard-subject-tagdiscussion:6503085
github-keyboard-shortcutsrepository,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/discussions_fragments/discussion_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/Voltron::DiscussionsFragmentsController/show/stackql/stackql/391/discussion_layout
twitter:imagehttps://opengraph.githubassets.com/ea73ad02f41f31c1284eca5fc41030b3281a8c351f86895685ab28e0efc536bc/stackql/stackql/discussions/391
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ea73ad02f41f31c1284eca5fc41030b3281a8c351f86895685ab28e0efc536bc/stackql/stackql/discussions/391
og:image:alt@general-kroll-4-life, I got the error 'insert over HTTP error: 400 Bad Request' for the below code. I gave the incorrect public ip address name in this case. Is there anyway I can get more granula...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None299b43bca6e02ad35197ffeba30d2466846d5fb02ab96fbced5b5e6cec589fb8
turbo-cache-controlno-preview
go-importgithub.com/stackql/stackql git https://github.com/stackql/stackql.git
octolytics-dimension-user_id95105302
octolytics-dimension-user_loginstackql
octolytics-dimension-repository_id443987542
octolytics-dimension-repository_nwostackql/stackql
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id443987542
octolytics-dimension-repository_network_root_nwostackql/stackql
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
release3eeb74f55ccd8a31bdaec6839577c592bbf7844c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/stackql/stackql/discussions/391#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstackql%2Fstackql%2Fdiscussions%2F391
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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2Fstackql%2Fstackql%2Fdiscussions%2F391
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%2Fdiscussions_fragments%2Fdiscussion_layout&source=header-repo&source_repo=stackql%2Fstackql
Reloadhttps://github.com/stackql/stackql/discussions/391
Reloadhttps://github.com/stackql/stackql/discussions/391
Reloadhttps://github.com/stackql/stackql/discussions/391
Please reload this pagehttps://github.com/stackql/stackql/discussions/391
stackql https://github.com/stackql
stackqlhttps://github.com/stackql/stackql
Please reload this pagehttps://github.com/stackql/stackql/discussions/391
Notifications https://github.com/login?return_to=%2Fstackql%2Fstackql
Fork 80 https://github.com/login?return_to=%2Fstackql%2Fstackql
Star 861 https://github.com/login?return_to=%2Fstackql%2Fstackql
Code https://github.com/stackql/stackql
Issues 101 https://github.com/stackql/stackql/issues
Pull requests 1 https://github.com/stackql/stackql/pulls
Discussions https://github.com/stackql/stackql/discussions
Actions https://github.com/stackql/stackql/actions
Projects https://github.com/stackql/stackql/projects
Wiki https://github.com/stackql/stackql/wiki
Security and quality 0 https://github.com/stackql/stackql/security
Insights https://github.com/stackql/stackql/pulse
Code https://github.com/stackql/stackql
Issues https://github.com/stackql/stackql/issues
Pull requests https://github.com/stackql/stackql/pulls
Discussions https://github.com/stackql/stackql/discussions
Actions https://github.com/stackql/stackql/actions
Projects https://github.com/stackql/stackql/projects
Wiki https://github.com/stackql/stackql/wiki
Security and quality https://github.com/stackql/stackql/security
Insights https://github.com/stackql/stackql/pulse
Answered https://github.com/stackql/stackql/discussions/391#discussioncomment-9111552
jeffreyavenhttps://github.com/jeffreyaven
vwake7 https://github.com/vwake7
Q&Ahttps://github.com/stackql/stackql/discussions/categories/q-a
Additional error info https://github.com/stackql/stackql/discussions/391#top
vwake7 https://github.com/vwake7
Answered https://github.com/stackql/stackql/discussions/391#discussioncomment-9111552
jeffreyavenhttps://github.com/jeffreyaven
Return to tophttps://github.com/stackql/stackql/discussions/391#top
Please reload this pagehttps://github.com/stackql/stackql/discussions/391
https://github.com/stackql/stackql/discussions/391
vwake7 https://github.com/vwake7
Apr 14, 2024 https://github.com/stackql/stackql/discussions/391#discussion-6503085
@general-kroll-4-lifehttps://github.com/general-kroll-4-life
Give feedback.https://github.com/stackql/stackql/discussions/391
jeffreyaven https://github.com/jeffreyaven
Apr 14, 2024 https://github.com/stackql/stackql/discussions/391#discussioncomment-9111552
View full answer https://github.com/stackql/stackql/discussions/391#discussioncomment-9111552
Oldest https://github.com/stackql/stackql/discussions/391?sort=old
Newest https://github.com/stackql/stackql/discussions/391?sort=new
Top https://github.com/stackql/stackql/discussions/391?sort=top
Please reload this pagehttps://github.com/stackql/stackql/discussions/391
https://github.com/stackql/stackql/discussions/391
jeffreyaven https://github.com/jeffreyaven
Apr 14, 2024 https://github.com/stackql/stackql/discussions/391#discussioncomment-9111552
https://github.com/stackql/stackql/discussions/391
@general-kroll-4-lifehttps://github.com/general-kroll-4-life
https://github.com/general-kroll-4-lifehttps://github.com/general-kroll-4-life
#391https://github.com/stackql/stackql/discussions/391
https://github.com/notifications/unsubscribe-auth/ABHIPA6GKBSNEOH4LEYI4ODY5KCJTAVCNFSM6AAAAABGGFLL6SVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGUYDGMBYGUhttps://github.com/notifications/unsubscribe-auth/ABHIPA6GKBSNEOH4LEYI4ODY5KCJTAVCNFSM6AAAAABGGFLL6SVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGUYDGMBYGU
Give feedback.https://github.com/stackql/stackql/discussions/391
vwake7https://github.com/vwake7
Sign up for freehttps://github.com/join?source=comment-repo
Sign in to commenthttps://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstackql%2Fstackql%2Fdiscussions%2F391
🙏 Q&A https://github.com/stackql/stackql/discussions/categories/q-a
https://github.com/vwake7
https://github.com/jeffreyaven
https://github.com/stackql/stackql/discussions/391
https://github.com/settings/replies?return_to=1
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.