묻고답하기

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 남기남
자유의꿈 XE 1.5 업데이트 후 홈페이지 백지상태 문제 [2] 2013.01.22 by 공통
ZHANG™ 제로보드 회원별 페이지 설정 문의 드립니다.  
pefn1 확장변수에 html태그를 넣을 수 있나요? [1] 2013.01.22 by 송동우
Funys 회원목록 수정 관련 문의 드립니다. [1] 2013.01.22 by 공통
Sean_ 사이트 속도 문제 때문에 질문 드립니다. [2] 2013.01.22 by 공통
홍길동친구 XE의 경우 이전버전에서 php5.3과 문제가 있었습니다.  
hoyeop 모바일 코멘트에 그룹과 레벨이 다 같이 나옵니다.  
Jacky XE 언어병경시 메뉴사라짐 현상 (부탁드립니다. 꾸벅) [1] file 2013.01.22 by 송동우
박병열 후원자관리가 되는 페이지가 필요합니다.  
데미갓 구글 애드센스를 넣는 방법? [2] 2013.01.22 by 몽실아빠
bonik 쪽지가 길 때 에러가 나는데..  
biy00ss 사이트 서버 이전후 설치된 모듈이 보이지 않아요 file  
publicum "잘못된 요청입니다" 기본URL설정문제(모바일 주소)  
코넬리 최신글 위젯에서 첨부파일 접근하기  
DynamicLaser 레이아웃 질문입니다. html를 어떻게 짜는게 효율적일까요. [1] 2013.01.22
Spes 구글 검색등록은 어떻게 해줘야하나요?  
소영짜응 문서srl을 알고있을때 댓글수 구하는법좀..; [1] 2013.01.22 by 송동우
hoyeop jquery 사용하고 싶은데 쉽지않네요. [1] 2013.01.22 by sejin7940
hoyeop 회원목록에서 다수회원 클릭 후 그룹 이동하면 [1] 2013.01.22 by 송동우
샤로우 PHP마이어드민에서 나오는 메세지 [1] 2013.01.22 by 송동우