openURL is not applied to POST-argument of local html file in leopard.
openURL is not applied to POST-argument of local html file in leopard.
- Subject: openURL is not applied to POST-argument of local html file in leopard.
- From: "Doo-Hyun Jang" <email@hidden>
- Date: Wed, 14 May 2008 11:13:14 +0900
hi~ all!
because of security, we can't use GET method ( remain of browser history )
I make temp file like this, ( after 5 sec, it's deleted.)
<form name = 'BridgeForm' method = 'POST' action =
'http://sms.nate.com/nateonsms.jsp?'>
<input type = hidden name = 'TICKET' value =
'3324FF8B7EF929D78BAB7E25DD45CFD204CC4CB1EEE5067B7DF71884C4163A52A92C3C54EFCCDDB6B31EE013D7EEB5230FC8B99641C5475663F778F91C2C310F7292CAB5A603E63AAE46D5DFD4FF0FD68B2677F1C016B3CA8432F2B5F2E682DA6469C1B874B5308A597B0DB8AFCE3D4F0EA4AE6A98A0A8FB95AF5BC5211F9F0DE839BFD760F181AF9435E0FFCDCD1C056EE161471E9DDDBC5916E680703561AE25595743BAB8CA7A93FF7994BDDD9EC7B88E0A9380C068AF6B0E1CF91EF4E4CDE183D2F556C9CCEC'>
<input type = hidden name = 'ID' value = 'email@hidden'>
<input type = hidden name = 'mobile' value = ''>
</form>
and call like this,
[[NSWorkspace sharedWorkspace] openURL:[NSURL fileURLWithPath:bridgeFile]];
it's well done in tiger, but leopard is not.
I found POST-args not applied in leopard.
I don't know why POST-args's not applied. :(
( because of it's local html file??? security??? )
but tiger's local html file is well done.
how can i solve it?
also I want to open POST web site without temp file.
it's possible, it's the best.
I appreciate your read and sorry my poor english. ;-)
Doo-Hyun Jang
in South korea.
--
[Blog]
Old : http://lum7671.egloos.com
New : http://lum7671.blogspot.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden