Kong / kong

🦍 The Cloud-Native API Gateway and AI Gateway.
https://konghq.com/install/#kong-community
Apache License 2.0
38.85k stars 4.77k forks source link

Host header with :port #307

Closed thorstenz closed 9 years ago

thorstenz commented 9 years ago

@thibaultCha thanks for taking care!

starting point of the discussion is at: https://github.com/Mashape/unirest-java/issues/98

short summary (from link discussion above): unirest java can send a Host header in the format dns:port and kong is looking for a 1:1 dns name without the :port portion.

thibaultcha commented 9 years ago

Ok that was taken care of by #308, thanks!