We have a few invalid domain requests come through that are formatted as wp.wsu.edu:443 somehow. When the port number is not stripped, the query doesn't find the domain, and the request is redirected off to something else.
This is a limited problem, and it appears that all of these requests may be bots, but we should still fix it.
We have a few invalid domain requests come through that are formatted as
wp.wsu.edu:443
somehow. When the port number is not stripped, the query doesn't find the domain, and the request is redirected off to something else.This is a limited problem, and it appears that all of these requests may be bots, but we should still fix it.