I think you need to look at the request headers. The error message is saying there are non-ASCII characters in the request headers. If the request headers look good then there might be just one non-ASCII character or there might be a few. If the request headers look messed up then there is a problem with the way you are creating them.
Sam HobbsPosted Sep 22, 2024, 8:36 PM
I think you need to look at the request headers. The error message is saying there are non-ASCII characters in the request headers. If the request headers look good then there might be just one non-ASCII character or there might be a few. If the request headers look messed up then there is a problem with the way you are creating them.