묻고답하기

sreenshot.JPG


이러한 로그인 페이지를 XE를 통해 만들 수 있나요?
XE가 안된다면 제로보드 4에서는 가능한가요?
XE자체적인 질문이 아니라 죄송합니다. 가능하면 XE회원관리 시스템과 연동되면 여러모로 이점이 있을거 같습니다.
그리고 무엇보다 제가 아는게 없습니다ㅜㅜ

----------------------------------------------------------------------------------------------------------

원래 질문은 스마트폰 앱에 연동할 HTTP request 페이지를 만드는 것이었습니다..
(http://allseeing-i.com/top_secret/)

출처: http://allseeing-i.com/ASIHTTPRequest/How-to-use

Handling HTTP authentication

If you're connecting to a server that requires authentication, you
might want to take a look at this flowchart that shows how ASIHTTPRequest finds
and applies credentials to requests.

Specifying a username and password to use in the URL

NSURL *url = [NSURL URLWithString:@"http://username:password@allseeing-i.com/top_secret/"];

ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];

Setting a username and password to use on the request

NSURL *url = [NSURL URLWithString:@"http://allseeing-i.com/top_secret/"];

ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];

[request
setUsername:@"username"];

[request
setPassword:@"password"];

Storing credentials in the keychain

If you turn
on keychainPersistence, any valid username and password supplied will be
stored in the keychain. Subsequent requests will reuse the username and password
from the keychain, even if you quit and relaunch the application.

NSURL *url = [NSURL URLWithString:@"http://allseeing-i.com/top_secret/"];

ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];

[request
setUseKeychainPersistence:YES];

[request
setUsername:@"username"];

[request
setPassword:@"password"];

If you want to use
the keychain but would rather manage it yourself, you might find the class
methods relating to the keychain in ASIHTTPRequest.h helpful.

Storing credentials in the session

If useSessionPersistence is turned on (it is by default),
ASIHTTPRequest stores credentials in memory and can re-use them for subsequent
requests.

NSURL *url = [NSURL URLWithString:@"http://allseeing-i.com/top_secret/"];

ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];

[request
setUsername:@"username"];

[request
setPassword:@"password"];

[request
setUseSessionPersistence
:YES]//Shouldn't be needed as this is the default

 

//Should reuse our username and password

request = [ASIHTTPRequest requestWithURL:url];

NTLM authentication

To authenticate with
a Windows server that uses the NTLM scheme, you also need to specify the domain
you are authenticating against.

NSURL *url = [NSURL URLWithString:@"http://my.windows.server/top_secret/"];

ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];

[request
setUsername:@"username"];

[request
setPassword:@"password"];

[request
setDomain:@"my-domain"];

<style>iframe.openscrap_video_v1{width:100%; height:180px;margin-bottom:20px;}</style> <style>iframe.openscrap_shopping_v1{width:100%; height:180px;margin-bottom:20px;}</style> <style>iframe.openscrap_post_v1{width:100%; height:180px;margin-bottom:20px;}</style>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
knut 인터넷 익스플로러 7에서 방명록 그림이 안떠요  
상오기 글 등록시 사용될 태그를 미리 입력하는 방법?  
보스매니아 회원 확장변수  
gee XP IIS 에서 XE 설치시 오류사항 [1] 2009.03.25 by happygamja
알고시포요ㅠ XP와 비스타에서의 메뉴 문제 [2] 2009.03.25 by happygamja
데오필로 라이프팟 연동을 어떻게 하나요?  
데오필로 planner 일정내용이 안보여요... [2] 2009.03.25 by 비나무
안전 선배님. 소스관련하여 알고싶어서 부탁드립니다. [3] file 2009.03.25 by 비나무
플라워쥬쥬 레이아웃스킨은 어떻게 적용하는거죠? [1] 2009.03.25 by 유팔복
난장이곰돌이 cafe 도메인연결 [2] 2009.03.25 by 난장이곰돌이
콩태 로고이미지.. [2] 2009.03.25 by 은터비
forest535 [제로님] 에디터 콤포넌트 Code Highlighter 스크롤바에 대한 ........ [3] 2009.03.25 by heuri
『june™』 메인 적용을 하는데 위젯사용 다시 질문드립니다. [1] file 2009.03.25 by 비나무
jih449 큰일났습니다.; 홈페이지가 먹통이 되버렸습니다; 백지 [2] 2009.03.25 by jih449
박상범473 하단메뉴가 아래로 펼처지네요 [1] file 2009.03.25 by 비나무
레시테 회원가입폼 변경하는방법 질문드립니다. [3] 2009.03.25 by 비나무
석이- 원인불분명 최근게시물에서 이상하게 more 표기문제 [5] file 2009.03.25 by 석이-
바나나케익 드림위버와 제로보드 게시판 연동 질문있어요.. [1] 2009.03.25 by 장땡
reform 음난광고물 올리는사람 잡을수 없나요? [2] 2009.03.25 by reform
못먹는감 회원정보 페이지 주소 에러 관련..  
나끄아 지금 제로보드를 쓰시는 분들은 에러가 발생한것 같습니다. [2] 2009.03.25 by 나끄아
허접의꿈 블로그를 만들려고 하는데 질문이요 [2] 2009.03.25 by 허접의꿈
도움요청 1.2.0 업데이트 하신 분 확인 도움 부탁합니다 [2] 2009.03.25 by 도움요청
무지개소년 제로보드1.2.0 설치시 한국어 리턴 [3] 2009.03.25 by 제스
elex 기존 모듈을 복사해서 새로운 모듈을 만들려고 할때... [1] 2009.03.25 by SMaker
꽃내리 기본 스킨에서 로그인폼 좌측 크기 줄이기... [1] file 2009.03.25 by 떠돌이
디지 관리자페이지 상단메뉴 보이시나요? 링크이동은 되시나요?  
디지 컬러셋 추가하려면 어떤 파일을 수정해야 하나요? [2] 2009.03.25 by 디지
Jero 결재 페이지를 추가하려고 합니다.  
소청 xe1.2버전 스킨관리부분 문의 [2] 2009.03.25 by 소청