Hello! I'm having an issue with my universal links. Apple AASA CDN couldn't get the AASA file.
I'm trying to reproduce the issue, but I get the file correctly. curl -A "AASA-Bot/1.0.0" https://hoff.ru/.well-known/apple-app-site-association
But, unfortunately, https://app-site-association.cdn-apple.com/a/v1/hoff.ru Returns 404 Not Found.
And the Error Header contains error, that there is and HTML < symbol, which is the sign of 403 error responsed by NGINX.
* Request completely sent off < HTTP/1.1 404 Not Found < Apple-Failure-Details: {"cause":"invalid character '\u003c' looking for beginning of value"} < Apple-Failure-Reason: SWCERR00401 Bad JSON content < Apple-From: https://hoff.ru/.well-known/apple-app-site-association < Apple-Try-Direct: false
Can you tell me what's the problem?
I don't see any requests from 17.0.0.0/8 subnet which is now open for our site.
Can you please investigate my problem?
A simple request curl -v https://hoff.ru/.well-known/apple-app-site-association
returns HTML instead of the AASA file. Please make sure all IP addresses are allowed to make a request and returns only the AASA file with HTTP 200.
Take a look at the response I got:
<!DOCTYPE html> <html> <head> <title> Гипермаркет мебели и товаров для дома, интернет-магазин мебели </title> <meta charset="utf-8"> <meta name="description" content="Мебель и товары для дома в интернет-магазине HOFF. 🚚 Быстрая доставка по Москве, Санкт-Петербургу и всей России. Широкий ассортимент, более 50 000 товаров ✔️ Самовывоз товаров для дома из наших магазинов или пункта выдачи в вашем городе (для заказов весом до 20 кг)"> <meta property="og:title" content="Гипермаркет мебели и товаров для дома, интернет-магазин мебели"/> <meta property="og:description" content="Мебель и товары для дома в интернет-магазине HOFF. 🚚 Быстрая доставка по Москве, Санкт-Петербургу и всей России. Широкий ассортимент, более 50 000 товаров ✔️ Самовывоз товаров для дома ..... .....
Let me know if I can help you in anything else.
Albert Pascual Worldwide Developer Relations.