I do not understand why Kong required to include host = userApi.test
in Headers
when GET localhost:8000/api/v1/test
is requested.
Are there any ways not to include the Headers
when requested?
For example, I am using Angular to request APIs through Kong, I always need to include that host
?