washingtonstateuniversity / WSUWP-Platform

Central publishing platform built on WordPress at Washington State University
Other
34 stars 1 forks source link

Strip port numbers from requests in sunrise.php #337

Closed jeremyfelt closed 8 years ago

jeremyfelt commented 8 years ago

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.

jeremyfelt commented 8 years ago

Fixed in #338.