{"id":16182388,"url":"https://github.com/drawveloper/connect-http-please","last_synced_at":"2025-04-07T12:28:29.837Z","repository":{"id":16722150,"uuid":"19479174","full_name":"drawveloper/connect-http-please","owner":"drawveloper","description":"Follow redirects to https transparently and deliver them via http","archived":false,"fork":false,"pushed_at":"2017-08-03T22:10:02.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T20:36:27.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drawveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-06T03:01:21.000Z","updated_at":"2023-03-09T02:14:34.000Z","dependencies_parsed_at":"2022-08-29T02:40:43.689Z","dependency_job_id":null,"html_url":"https://github.com/drawveloper/connect-http-please","commit_stats":null,"previous_names":["firstdoit/connect-http-please","drawveloper/connect-http-please"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drawveloper%2Fconnect-http-please","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drawveloper%2Fconnect-http-please/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drawveloper%2Fconnect-http-please/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drawveloper%2Fconnect-http-please/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drawveloper","download_url":"https://codeload.github.com/drawveloper/connect-http-please/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247651800,"owners_count":20973504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T06:30:58.788Z","updated_at":"2025-04-07T12:28:29.818Z","avatar_url":"https://github.com/drawveloper.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"connect-http-please\n================\n\n![Build status](https://travis-ci.org/gadr/connect-http-please.png)\n\nFollows HTTPS redirects for you, seamlessly.\n\n### Idea\n\nDon't want to enter HTTPS while in development?  \nDon't want to fiddle around self-signed certificates for your HTTPS proxy?\n\nAdd `connect-http-please` to your middleware chain and it will **follow HTTPS redirects for you**.\n\n### Usage\n\n    httplease = require 'connect-http-please'\n    \n    (...)\n    \n    middlewares = [\n        httplease()\n        myproxy( { to: 'somesite.com' } )\n      ]\n      \n    (...)\n    \n    server.listen(80)\n      \nNow, imagine your browser issues a request to `localhost/secure`.  \nThis gets proxied to `somesite.com/secure`.  \nHowever, `somesite.com/secure` won't accept HTTP: instead, it sends a  \n\n    301 - location: https://somesite.com/secure\n    \nThen, `connect-http-please` detects that this is  \n\n- a redirect (`301`/`302`) to \n- to the exact same *URI*\n- changing to HTTPS protocol\n\nSo, it saves your browser the trouble, fetches the content via HTTPS and returns your original request.  \nYour browser never knew he had to spoke HTTPS.\n\n## DISCLAIMER\n\nThis middleware is meant as a facilitator for **DEVELOPMENT PURPOSES**.  \n**Do not** use it in production or in critical environments.  \nEven though **this middleware makes the requests via https**, there's no\nguarantee of safety between your browser and this proxy.\n\n*You have been warned.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrawveloper%2Fconnect-http-please","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrawveloper%2Fconnect-http-please","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrawveloper%2Fconnect-http-please/lists"}