묻고답하기

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 남기남
cqstory 게시판 댓글 쓰는곳에  
lostings 배너 링크를 게시물이 아닌 다른 페이지로 거는 법....  
_writer 사이트에 접속해있으면 계속 새로고침 하라고 뜹니다.  
곰지님 sejin7940 게시판 스킨을 사용중입니다. 문제점이 있어서 질문드립니다 ㅠㅠ [1] 2011.01.27 by 동탄간지
dda 스크랩 기능을 없애려면 어떻게 해야하나요?  
웰즈 xe로 이런 로그인 페이지 만드는 방법이 있나요? [1] 2011.01.27
몰라962 순차적으로 확장변수 선택...  
fneathe 메뉴 사이에 로고 넣기  
북삼컴퓨터랜드 커뮤니티->자유게시판에 사용된 게시판스킨은 어디서 받을 수 있을까요? [1] 2011.01.27 by 공듀
ID_PHOTO 카테고리를 탭형식으로 바꾸려면요?  
inhwa XE코어 설치후 라이선스동의화면이 안뜨는 이유? [1] 2011.01.27 by 공듀
다함께 쉬운 설치시 퍼미션 문제...  
이대리 html홈페이지에 아이프레임 불러오기 리사이즈 문의 [1] 2011.01.27 by 이오
코아 코스튬 자기소개를 게시글 하단에 넣기 [1] 2011.01.27 by 공듀
케니황 관리자모드 ID와 PW를 변경하는 방법을 가르쳐주세요 [2] 2011.01.27 by 불패의초인
월잉 추천 기능만 나오게 할 수 없나요? [1] 2011.01.27 by 공듀
자유의꿈 게시판 글/댓글에 아이디 대신 이름 나오게 하기 [1] 2011.01.27 by 공듀
김훈259 우분투에 제로보드를 설치하였습니다. FTP 설정을 어떻게 합니까?  
상해남 플래닛 이미지 추가 소스  
agong 관리자 페이지의 에러  
DynamicLaser 문자열을 트루타입 폰트로 처리후 이미지화 하는 jQuery 질문입니다.. [1] 2011.01.27 by DynamicLaser
심심하면 아 홈페이지 왜이렇게 어려워졌나요 ㅠㅠ  
Huckleberry Finn 이 위젯은 어디다가 넣어야하죠? [1] 2011.01.27 by SeklutZ
Ju-rie 진짜 너무 급합니다....설치경로에 관한겁니다.. [1] 2011.01.27 by SeklutZ
알 파치노 opage에서 화면 보고있는 회원 닉네임 출력 (쉬운거잖아요... 쫌) [2] 2011.01.27 by 알 파치노
알 파치노 제발.. context 클래스 어떻게 가져오냐고요.... [2] 2011.01.27 by 알 파치노
알 파치노 외부페이지에서 세션 다루기 [1] 2011.01.27 by 알 파치노
알 파치노 (기초) 세션 아이디를 알려주세요 HELP!! [1] 2011.01.27 by 알 파치노
김표 제발 도움좀 주세요. 메뉴트리가 보이지 않네요.  
moonflycn XE에서 예전 제로보드처럼 홈피 만들수 있나요 ??