Ajax에 대해 질문드립니다

맹고이의 이미지

Ajax를 이용해서 rss를 파싱한 결과를 보여주는 간단한 소스를 작성 중인데요.

웹브라우저에서 http://singlenote.net/etc/rss 로 페이지를
열어서 보면 기본값에 있는 rss feed는 잘 보여집니다. 그런데
http://www.singlenote.net/etc/rss 접근하면 해서
열려고 하면 자바스크립트 에러가 뜨네요. 왜 그런지 모르겠습니다.
그리고 다른 블로그의 rss feed를 넣으면 제대로 동작을 하지 않습니다.

갑자기 필요해서 없는 지식으로 짜집기를 하다보니 막막하네요.
시간있으시면 한번 테스트 해보시고 답변 부탁드립니다. :)

sh.의 이미지

xmlhttprequest로는 다른 도메인으로 요청을 보낼수가 없습니다.

www.singlenote.net 으로 접속하셨다면
xmlhttprequest에 지정하신 url도 www를 붙여주시면 됩니다.

addnull의 이미지

절대경로를 써서 문제가 생겼네요.

<input type="text" id="url" size="50" name="feed" value="http://singlenote.net/blog/?feed=rss2">

여기서 value를 상대경로로 바꿔주시던가

<input type="button" value="Get" onclick="RSSRequest(document.getElementById('url').value);">

RSSRequest의 인자값을 document.domain을 써서 수정해주시면 될겁니다.

참고 : http://developer.mozilla.org/en/docs/DOM:document.domain

2005년 12월 1일.

P.S.
이렇게 글을 쓰면 우리가 서로 모르는 사이 같군요.

맹고이의 이미지

답변 감사합니다! 다른 도메인으로는 접근이 안되는 거군요.
그럼 PHP로 file_get_contents, fopen 함수등을 이용해서 해보면 되겠죠?
근데 JSP로 작업을 해달래서 어떻게 URL를 Retrieve 해야 될 지
모르겠습니다. 원래 RSS 파싱하는 것도 JSP에서 해야 되는 거였거든요. 대충 야매로 배워서 해볼려고 했는데, 용어도 되게 많고, 뭐가 그리 복잡한지... ㅠ_ㅠ

암튼, JSP에서 URL이랑 파일 다루는 함수 알고 계시면 다시 답변 부탁드립니다.

P.S. 잘살지? 조만간에 보자. :)

익명 사용자의 이미지

jsp로 짜시려면 필요한 함수를 자바 API 문서에서 찾으시면 됩니다.

http://java.sun.com/j2ee/reference/api/

익명 사용자의 이미지

jsp로 짜시려면 필요한 함수를 자바 API 문서에서 찾으시면 됩니다.

http://java.sun.com/j2ee/reference/api/

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.