jmhobbs / domain-swap

Extension to switch domains in Google Chrome without switching paths.
https://chrome.google.com/webstore/detail/domain-switcher/ngiiihlebepigjbefembddhdplmaghep
MIT License
16 stars 5 forks source link

Nothing happens #18

Closed jerodsanto closed 10 years ago

jerodsanto commented 10 years ago

Thanks for @jmhobbs for starting this and @zachleat for picking it up and running with it. I wanted one of these and was gonna write it myself when I saw you guys already have.

However, when I:

  1. installed Domain Swap from the Chrome Web Store
  2. Added a Domain Set with 3 domains (ones has https not sure if that matters)
  3. Nothing happens

I closed/opened the tab, closed/opened Chrome. Still nothing.

Am I doing it wrong?

jmhobbs commented 10 years ago

It sounds like you are using protocols, which the current version can't handle it :-\

Instead of:

http://example.com
https://secure.example.com

Do:

example.com
secure.example.com:443

Not sure if the 443 trick will work, worth a try though.

jerodsanto commented 10 years ago

Ahh, yup that's the problem. Unfortunately, appending the 443 doesn't work for my https instance.

jerodsanto commented 10 years ago

Closing this as I see you have it covered in #19