— issue, xml, key, number — 1 min read
XML의 Key는 숫자로 시작하면 안된다.
Error
1<xml>2 <123key>Data<123key>3</xml>
OK
1<xml>2 <key123>Data<key123>3</xml>
브라우저 URL로 Backend 직접 호출하면 적절한 에러가 출력되어 디버깅 가능할 수도 있음. 크롬 개발자모드에서 Response만 보지 말라는 얘기
1http://localhost/cgi/backend.cgi?command=getValue