Https requests showing up in log

Please follow the below template, it will help us to help you!

If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx instead of lighttpd, or there is some other aspect of your install that is customised) - please use the Community Help category.

Expected Behaviour:

Running pihole 5.2.1 I have blacklisted app-measurement.com and it is working as expected.
But I see additional log entries which are not blacklisted regarding " https://app-measurement.com/sdk-exp"

Actual Behaviour:

https://app-measurement.com/sdk-exp 

is shown as accepted, which is a URL and not even a pure hostname

Debug Token:

https://tricorder.pi-hole.net/7531g3t210

The entire URL is really shown as requested domain? Well, this is then a bug in the application querying this (they are free to query whatever they want, not only valid hostnames).

What was the result of this query? I doubt there was a (valid) reply for it. So no harm caused, however, also not a Problem with Pi-hole. If you want to see this being blocked, you'd need a regex to block app-measurement.com and similar domains, however, I don't think this is actually needed (see reason above: this URL-query shouldn't work in the first place).

This is how it looks in the GUI.
And I agree, it cannot have any valid reply but it looks odd.

2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.