App page not redirecting in IE - php

I have a facebook app which is basically a job app. The job headline is linked up to a job details page. The page opens perfectly in Firefox, chrome and IE for me. But, one of our clients have pointed out that the page doesn't opens up in IE. What could be the possible reasons for this issue? If the page is refreshed, the the page comes up fine. Please find the link below for a screenshot...
https://myparichay.in/myparichay/images/image.png

I see that FB is running in secure mode, what means that https is activated. Do you have a SSL certificate for your target domain?

Related

Wordpress Site not logging-in

So I'm completely new to working with WordPress and I've had to figure this out by watching YouTube videos and reading articles. I'm not a programmer, all I really understand is HTML & CSS.
So I finished the site on the localhost and I tried to upload it to my hosting service. I created a database and my hosting provider walked me through on creating a subdomain. After that was completed I logged into the admin side of to redirect the URLs. Once I clicked 'save' it logged me out and when I tried to log back in it gave me this error "ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress." However, the cookies are enabled and the site is live in its subdomain. When I go to test.mydomain.com it works, there's a few things broken but it's showing up. For example, when I click a link it takes me to a localhost url but if i click on the link again it takes me back to the test.mydomain.com url. Plus, when i go to the admin site it's still giving me the error. I have no idea how to go about fixing this. I tried to figure it out but I don't really understand since I'm not familiar with WordPress. Please help!

Improper Cache Management in joomla 2.5

The joomla 2.5.22 site allows user to go back to the browsed pages even after a
successful log out. I tried the following steps:
1. Open the page after login authentication
2. Browsed some pages and logout from the website
3. Click on Workoffline option in Firefox
4. Open the pages from the browser Cache and still some authenticated pages are opened
Is there any way to delete the browser history on logout ?
This is a security issue. how can we overcome from it? Please suggest
3. Click on Workoffline option in Firefox
It is a function of Firefox - working offline.
You can add HTTP headers, so that the page is not cached, look there for examples:
How to control web page caching, across all browsers?
U can use Firefox's Incognito window.

Facebook Application without Popup and SSL

I am developing facebook app using javascript SDK.
Is there any possibility to run facebook app without SSL with HTTPS URL but block popup window by browser.
My facebook app works fine in mozzila browser but in Google chrome its cant run because my google chrome browser block popup window.
so facebook authentication failed so its cant work ahead and stopped there. Is there any alternative way to solve it.
Your help appreciate me. Thanks in advance.
https://www.facebook.com/notes/facebook-engineering/secure-browsing-by-default/10151590414803920
It's no longer possible to not use HTTPS on Facebook (which is a good thing!).
You cannot do anything against blocked pop-ups except telling the user that there is a pop-up that might be blocked.

JavaScript to check computer for a specific browser

In my web site i have this thing it loads a different page if you are in IE
I loads the no_support.html, and on the no support page i have text saying try one of the two browsers bellow, and bellow i have two images one of google chrome and the other of mozilla firefox, and when you click on any one of them they go to the download page of that browser.
I was wondering is there some trick i can put in the no support page that when for example i open it in IE and this page says try one of the browsers bellow and i click on Google chrome and if i have google chrome installed on my PC it opens my website (supported) with google chrome and if i dont have it then it goes to the download page.
Nope, you can't open a browser on a users computer like that, as that would be a major security issue, and really annoying.

First app_requests from FB.ui shows popup window on SSL with chrome

When I try to send app_requests from a my app, everything is fine with firefox. (Both on HTTPS and on HTTP)
But when the app is run from chrome, things work fine in HTTP (non-secure). But when it comes to HTTPS, instead of showing a lightbox (i.e. js generated dialog, on the same page), a new popup window is created and the lightbox is shown in that popup window.
This causes the app to break (as popups are, by default, blocked by chrome and the user doesn't necessary click on allow popups from this website)
Moreover, this happens only when the first request is made in an instance of app. When I click on the Invite button again, all the browsers show the lightbox modal (Even chrome)
Here is the JS code used:
FB.ui({"method": 'apprequests',"message": "<?=(INVITE_MESSAGE)?>","title":"<?=(INVITE_TITLE)?>","to": user_ids)},
function(response){if(response)info();}
);
I am not using any special code (Either in PHP or JS) for my app (Somebody said I need to).
The app is, on the whole built on PHP SDK from facebook.

Categories