Hi Steve, Are you JSON'izing the the data being returned in the AJAX call? Do you know what's different about the actual data that's coming back? One of my standard troubleshooting techniques is to simply alert(results) on the client to see exactly what is being sent back to the client. Obviously what's coming back is different between the two cases. If you can see what that difference is, it may be a hint as to what's going on.
I've made a couple sites that are https, and I haven't had any problems related to that. So I'm fairly confident that the iPhone Safari handles it OK. Brian On Jan 8, 5:22 pm, "Steve Finkelstein" <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm dealing with a major pain in the butt issue with my application. > Basically the best way to explain it would be to demonstrate directly the > exact issue. I'll provide URLs below. I have two sites with the same exact > code base checked out from the same repository. I've written every line of > HTML/CSS/JavaScript/PHP/SQL here, and with that, it's either something I'm > doing that's incredibly wrong or Mobile Safari is not handling SSL > properly. Everytime I make any sort of Ajax call on the SSL version of my > site, I have an 'edit' form when you click on a user, that fills in their > information with a response from the server. On the non-SSL version this > works pretty much 99% of the time. However on the same exact site with SSL > enabled, it fails to fill out the form properly at an incredible rate of > like 60% from what I've seen. I have no idea why it flakes out with SSL > enabled and I'm not sure how to even troubleshoot it further at this point > as I don't have access to utilities such as tcpdump on my iPhone, etc. > > Would anyone care to perhaps take a look and see if they've ever seen > something similar? Perhaps recommend something I can change it around to > make my interface more responsive/less error-prone? The URLs with logins > are provided below. Keep in mind, this application is not live, and none of > the information you see is real. It's also dummies. To replicate the issues, > merely click on any 'fake patient' when you login. > > Non-SSL:http://iphone.limemedical.com > SSL: https://iphone-ssl.limemedical.com > > user: iphone > pass: iphone > > Thank you kindly for any feedback, especially if you've experienced this > before and can point me in the right direction to making my application more > solid. > > - sf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
