Skip to content

Does this still work for iOS? #21

Description

@manujbahl

I am getting 404 - Server not found from [rootVC presentViewController:txnController animated:YES completion:nil];

I added setLogging to true and below is what was logged.

***************************** Connection BEGIN ***************************************
2019-02-11 15:09:38.508973-0800 MyApp[6411:952514]
URL: https://pguat.paytm.com/oltp-web/processTransaction
METHOD: HEAD, HEADERS = {
}
BODY =
2019-02-11 15:09:40.133553-0800 MyAppMyApp[6411:952514] connection:willSendRequestForAuthenticationChallenge authenticationMethod = NSURLAuthenticationMethodServerTrust
2019-02-11 15:09:40.953001-0800 MyApp[6411:952514] connection:didReceiveResponse
Response code = 404
Headers = {
Connection = "keep-alive";
"Content-Length" = 168;
"Content-Type" = "text/html";
Date = "Mon, 11 Feb 2019 23:09:40 GMT";
Server = "nginx/1.6.2";
}
2019-02-11 15:09:40.953276-0800 MyApp[6411:952514] connectionDidFinishLoading
2019-02-11 15:09:40.953489-0800 MyApp[6411:952514]
============================= Connection END =======================================
2019-02-11 15:09:40.966163-0800 MyApp[6411:952514] PGTransactionViewController::showProgress
2019-02-11 15:09:40.968405-0800 MyApp[6411:952514] WEB VIEW is loading with Parms:
{
"CALLBACK_URL" = "https://securegw-stage.paytm.in/theia/paytmCallback?ORDER_ID=a501bef4-3a54-4119-9ee7-c8770a601367";
"CHANNEL_ID" = WAP;
CHECKSUMHASH = "dBSmibs5i6xKIlK1h3n/cdJ+RAwWTBmeQC3If6G2rJP2YVb1GrI+pEd7j6eHYHY5rlgfMsDx1PA2E6Zv7GKj3KiPUl15N5XVGK7qFPiHE0g=";
"CUST_ID" = "54bd6624-fdb9-4c44-807a-75e8fdeeda85";
EMAIL = "one.me@gmail.com";
"INDUSTRY_TYPE_ID" = Retail;
MID = jyWFLg08671877600216;
"MOBILE_NO" = 7777777777;
"ORDER_ID" = "a501bef4-3a54-4119-9ee7-c8770a601367";
"TXN_AMOUNT" = 335;
WEBSITE = WEBSTAGING;
}
2019-02-11 15:09:40.976599-0800 MyApp[6411:952514] webView:shouldStartLoadWithRequest: https://pguat.paytm.com/oltp-web/processTransaction domain = pguat.paytm.com
2019-02-11 15:09:40.977058-0800 MyApp[6411:952514] PGTransactionViewController::showProgress
2019-02-11 15:09:41.301019-0800 MyApp[6411:952645] WF: === Starting WebFilter logging for process MyApp
2019-02-11 15:09:41.301210-0800 MyApp[6411:952645] WF: _userSettingsForUser : (null)
2019-02-11 15:09:41.301371-0800 MyApp[6411:952645] WF: _WebFilterIsActive returning: NO
2019-02-11 15:09:41.538826-0800 MyApp[6411:952514] webViewDidFinishLoad of https://pguat.paytm.com/oltp-web/processTransaction
2019-02-11 15:09:41.538970-0800 MyApp[6411:952514] PGTransactionViewController::hideProgress

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions