René's URL Explorer Experiment


Title: RFE: We should catch all 301, 302 redirects · Issue #1485 · python-gitlab/python-gitlab · GitHub

Open Graph Title: RFE: We should catch all 301, 302 redirects · Issue #1485 · python-gitlab/python-gitlab

X Title: RFE: We should catch all 301, 302 redirects · Issue #1485 · python-gitlab/python-gitlab

Description: Currently we raise an error if there is a 301, 302 redirect from an http URL to an httpS URL for any non GET methods. But we don't raise an error for any other redirects. This causes two problems: PUT requests that are redirected get cha...

Open Graph Description: Currently we raise an error if there is a 301, 302 redirect from an http URL to an httpS URL for any non GET methods. But we don't raise an error for any other redirects. This causes two problems: ...

X Description: Currently we raise an error if there is a 301, 302 redirect from an http URL to an httpS URL for any non GET methods. But we don't raise an error for any other redirects. This causes two proble...

Opengraph URL: https://github.com/python-gitlab/python-gitlab/issues/1485

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"RFE: We should catch all 301, 302 redirects","articleBody":"Currently we raise an error if there is a 301, 302 redirect from an `http` URL to an `httpS` URL for any non `GET` methods.\r\n\r\nBut we don't raise an error for any other redirects.\r\n\r\nThis causes two problems:\r\n\r\n1. `PUT` requests that are redirected get changed to `GET` requests which don't perform the correct action but raise no error. This is because the `GET` response succeeds but since it wasn't a `PUT` it doesn't update. This can be seen by updating a user status. It raises no errors but the status does not change. See issue https://github.com/python-gitlab/python-gitlab/issues/1432\r\n2. `POST` requests blow up with hard to debug tracebacks.  See below. Also see issue https://github.com/python-gitlab/python-gitlab/issues/1477\r\n\r\n\r\nAn example of attempting to upload an SSH key on a URL that redirects with 302 for the `POST` request:\r\n```\r\nTraceback (most recent call last):\r\n  File \"/home/jlvillal/.local/lib/python3.9/site-packages/gitlab/base.py\", line 77, in __getattr__\r\n    return self.__dict__[\"_updated_attrs\"][name]\r\nKeyError: '_managers'\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n  File \"/home/jlvillal/sources/local/py-gitlab-testing/./tt.py\", line 109, in \u003cmodule\u003e\r\n    sys.exit(main())\r\n  File \"/home/jlvillal/sources/local/py-gitlab-testing/./tt.py\", line 82, in main\r\n    k = user.keys.create({\"title\": \"My key\", \"key\": SSH_KEY})\r\n  File \"/home/jlvillal/.local/lib/python3.9/site-packages/gitlab/exceptions.py\", line 287, in wrapped_f\r\n    return f(*args, **kwargs)\r\n  File \"/home/jlvillal/.local/lib/python3.9/site-packages/gitlab/mixins.py\", line 325, in create\r\n    return self._obj_cls(self, server_data)\r\n  File \"/home/jlvillal/.local/lib/python3.9/site-packages/gitlab/base.py\", line 62, in __init__\r\n    self._create_managers()\r\n  File \"/home/jlvillal/.local/lib/python3.9/site-packages/gitlab/base.py\", line 145, in _create_managers\r\n    managers = getattr(self, \"_managers\", None)\r\n  File \"/home/jlvillal/.local/lib/python3.9/site-packages/gitlab/base.py\", line 80, in __getattr__\r\n    value = self.__dict__[\"_attrs\"][name]\r\nTypeError: list indices must be integers or slices, not str\r\n```","author":{"url":"https://github.com/JohnVillalovos","@type":"Person","name":"JohnVillalovos"},"datePublished":"2021-05-30T23:14:26.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":11},"url":"https://github.com/1485/python-gitlab/issues/1485"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:af6ba2fa-14ce-3b2e-10ab-937f83f0e78c
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC3AE:1B215B:207AD36:2A32DD7:69770B35
html-safe-nonced6cf45302a52772fd08b3a95e18077cbf9088a7f7b1ee25067ce53bf7f70d52e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDM0FFOjFCMjE1QjoyMDdBRDM2OjJBMzJERDc6Njk3NzBCMzUiLCJ2aXNpdG9yX2lkIjoiNjI1MDMyMDAzMzM2ODk2Nzk4OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmace31533723c2b241889024fd7c76300ff0a99e71c6b8b44647a8fa218c8bbb701
hovercard-subject-tagissue:906910329
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/python-gitlab/python-gitlab/1485/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9bbdcd903479aeb8e328500d50147eba5422a6a658057a2f2a61b656f53bbe57/python-gitlab/python-gitlab/issues/1485
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9bbdcd903479aeb8e328500d50147eba5422a6a658057a2f2a61b656f53bbe57/python-gitlab/python-gitlab/issues/1485
og:image:altCurrently we raise an error if there is a 301, 302 redirect from an http URL to an httpS URL for any non GET methods. But we don't raise an error for any other redirects. This causes two problems: ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameJohnVillalovos
hostnamegithub.com
expected-hostnamegithub.com
None01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09
turbo-cache-controlno-preview
go-importgithub.com/python-gitlab/python-gitlab git https://github.com/python-gitlab/python-gitlab.git
octolytics-dimension-user_id28886265
octolytics-dimension-user_loginpython-gitlab
octolytics-dimension-repository_id8077625
octolytics-dimension-repository_nwopython-gitlab/python-gitlab
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id8077625
octolytics-dimension-repository_network_root_nwopython-gitlab/python-gitlab
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
releasef752335dbbea672610081196a1998e39aec5e14b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-gitlab/python-gitlab/issues/1485#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-gitlab%2Fpython-gitlab%2Fissues%2F1485
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%2Fpython-gitlab%2Fpython-gitlab%2Fissues%2F1485
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=python-gitlab%2Fpython-gitlab
Reloadhttps://github.com/python-gitlab/python-gitlab/issues/1485
Reloadhttps://github.com/python-gitlab/python-gitlab/issues/1485
Reloadhttps://github.com/python-gitlab/python-gitlab/issues/1485
python-gitlab https://github.com/python-gitlab
python-gitlabhttps://github.com/python-gitlab/python-gitlab
Notifications https://github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Fork 675 https://github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Star 2.4k https://github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Code https://github.com/python-gitlab/python-gitlab
Issues 26 https://github.com/python-gitlab/python-gitlab/issues
Pull requests 12 https://github.com/python-gitlab/python-gitlab/pulls
Discussions https://github.com/python-gitlab/python-gitlab/discussions
Actions https://github.com/python-gitlab/python-gitlab/actions
Projects 0 https://github.com/python-gitlab/python-gitlab/projects
Security 0 https://github.com/python-gitlab/python-gitlab/security
Insights https://github.com/python-gitlab/python-gitlab/pulse
Code https://github.com/python-gitlab/python-gitlab
Issues https://github.com/python-gitlab/python-gitlab/issues
Pull requests https://github.com/python-gitlab/python-gitlab/pulls
Discussions https://github.com/python-gitlab/python-gitlab/discussions
Actions https://github.com/python-gitlab/python-gitlab/actions
Projects https://github.com/python-gitlab/python-gitlab/projects
Security https://github.com/python-gitlab/python-gitlab/security
Insights https://github.com/python-gitlab/python-gitlab/pulse
New issuehttps://github.com/login?return_to=https://github.com/python-gitlab/python-gitlab/issues/1485
New issuehttps://github.com/login?return_to=https://github.com/python-gitlab/python-gitlab/issues/1485
#1486https://github.com/python-gitlab/python-gitlab/pull/1486
RFE: We should catch all 301, 302 redirectshttps://github.com/python-gitlab/python-gitlab/issues/1485#top
#1486https://github.com/python-gitlab/python-gitlab/pull/1486
https://github.com/JohnVillalovos
https://github.com/max-wittig
https://github.com/nejch
https://github.com/JohnVillalovos
https://github.com/JohnVillalovos
JohnVillalovoshttps://github.com/JohnVillalovos
on May 30, 2021https://github.com/python-gitlab/python-gitlab/issues/1485#issue-906910329
Changing milestone of issue does not work #1432https://github.com/python-gitlab/python-gitlab/issues/1432
Not possible to create note in issue #1477https://github.com/python-gitlab/python-gitlab/issues/1477
JohnVillalovoshttps://github.com/JohnVillalovos
max-wittighttps://github.com/max-wittig
nejchhttps://github.com/nejch
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.