공유 디버거 시 Invaild Url 발생

카카오 스크랩서버가 접근 시, 아래와 같이 에러 처리 하고 있습니다.

스크랩서버 FAQ 카카오톡 scrap(url 미리보기)이 안될때 참고하세요

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
	<title>403 Forbidden</title>
</head>

<body>
	<h1>Forbidden</h1>
	<p>You don't have permission to access this resource.</p>
	<p>Additionally, a 403 Forbidden
		error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body>

</html>