Allows automatic .test
DNS to be bypassed for some domains
#1042
Barbapapazes
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on a project with an API build with Laravel and a first-party front-end (not a Laravel project). I need to share cookies from the API to the front-end. My API respond on this domain
api.project.test
and I would have my front-end that respond onproject.test
. I try to change/etc/hosts
but it does nothing because Herd try to redirect the domain to a project (in the~/Herd
directory).Do you think it could be possible to add some domain that Herd does not try to resolve but instead bypass it to the computer?
Beta Was this translation helpful? Give feedback.
All reactions