Hi all,for some kind of 'Link-List', i use the Lookup-API to quick check the user submitted links by fetching the return code.
Everything seemed to work fine: I get a 204 code for "good" URLs, 200 for "ianfette.org".But when submitting absolute nonsense, or incorrect URLs, the response is 204 as well, instead of 400.>> returns 204
Does anybody know, why this happens?