gpt4 book ai didi

iphone - uiwebview session 问题

转载 作者:行者123 更新时间:2023-12-03 19:47:20 24 4
gpt4 key购买 nike

NSURL *url = [NSURL URLWithString:@"http://ip/login"];
NSMutableURLRequest *request = [[NSMutableURLRequest alloc]initWithURL: url];
NSString *body = [NSString stringWithFormat: @"name=%@&pass=%@", @"phpxiaoxin", @"86f7e437faa5a7fce15d1ddcb9eaeaea377667b8"];
[request setHTTPBody: [body dataUsingEncoding: NSUTF8StringEncoding]];
[request setHTTPMethod: @"POST"];
//Load the request in the UIWebView.
[webView loadRequest:request];

url = [NSURL URLWithString:@"http://ip/hotel/hotelReservationList.action"];

request = [[NSMutableURLRequest alloc]initWithURL: url];
[webView loadRequest:request];

大家好,我对 uiwebview session 原因有疑问;现在首先我想使用 postmethod 登录系统然后我需要控制重定向到“hotelreservation.action”的操作但第二个请求并没有延长第一个 session ,因此结果是Web系统重定向到登录页面我应该用 uiwebview 做什么,我知道我可以在 web 中重定向,但我确实需要通过 webview 进行控制。所以有人可以帮助我吗?非常感谢

最佳答案

您应该在 UIWebViewDelegatewebViewDidFinishLoad: 方法中执行第二个请求。

关于iphone - uiwebview session 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2347671/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com