URL Parameter Tracking Issue: Double-byte Characters Displayed as "???"
I’ve encountered an issue regarding access logs for URLs with parameters, such as:https://example.com?param=テスト
Previously, the tracking of double-byte characters in the parameter was logged as:param=%E3%83%86%E3%82%B9%E3%83%88
Now, it is logged as:param=???
In the past, double-byte characters were properly URL-encoded and recorded in the logs. However, they are now appearing as "???", which seems to indicate garbled data.
Could you please confirm whether this change is an intentional specification update or a potential bug?
I would greatly appreciate your clarification and assistance.
Thank you for your support.
Tagged:
0