Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] iPhone selector depends on CGI scripts at iphoneicards.com

Hello All,

Since iPhone selector has a hardcoded dependency on iphone:

+ (NSString *)certserviceCgi {
    return @"http://iphoneicards.com/cgi-bin/certservice.cgi";
}

+ (NSString *)tokenpostCgi {
    return @"http://iphoneicards.com/cgi-bin/tokenpost.cgi";
}

This setup doesn't allow us to use a local RP. Please help and provide context on how we can get this to work with local RPs.

--
Regards,
Daljeet Singh

Back to the top