You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// API requires authentication, so 401/403/404 are expected
170
+
if(status===401||status===403||status===404){
171
+
testResults['api']=true;
172
+
resultDiv.className='result success';
173
+
resultDiv.textContent=`✅ API endpoint exists and requires authentication (HTTP ${status})\nThis is expected behavior. Use "Test with API Key" to verify full functionality.`;
0 commit comments