Ngrok : Access to the webpage XXXX-XX-XX-XXX-XX.eu.ngrok.io has been denied - access-denied

I am having a problem using Ngrok as I cannot access the "https://XXXX-XXX-XX-XXX-XXX.eu.ngrok.io" page (see screenshots).
How can I solve it?
I expect to reach the web page with the mention: "All is well..."
I use Google Chrome, but with Safari or Firefox, I got the same issue.
Computer: macOS v12.3 (Monterey) on an M1 Max MacBook Pro
Illustration. Image 1
Illustration. Image 2

In the first image, it looks like you're going to something.grok.io (not ngrok.io) so check your URL. In the second image, just click "Visit Site" to move through to the site itself.
Otherwise, it looks like things are acting as expected on the ngrok side.
~ an ngrok employee

Related

Running local pages on iPhone via IP does not work for all pages

I have various wordpress sites via MAMP locally on my laptop. I can display one of them on my iPhone. But not the others. And I don't understand why it only works for the one.
I have done this:
Via System Preferences I checked the IP of my WLAN. In the browser (Safari) of the smartphone connected to the same WLAN, I entered the IP address and the port.
The start page, on which all my local Wordpress pages are displayed, is shown on my smartphone.
When I click on the link that leads to the corresponding page, only one page renders.
(This is the link with "Karma").
This is what it looks like when the page opens. (CSS and JS are not loaded, but I know what the problem is).
The problem now is that the other pages won't open. Safari says it can't connect to the server. I notice, that "localhost" instead of the IP adress is displayed in the browser – but I don't know whether this is relevant and I don't know - how to proceed to find the mistake.
All the pages are in subdirectories of htdocs - as usual with MAMP.
I have entered the whole thing both with and without the protocol specification in front of the IP address. (http / https)
Even if I want to access the other pages directly by putting the directory name after the port, it only works for the Karma page).
So:
123.456.789:8888/karma works
123.456.789:8888/gwhh does not work.
Everything seems to be the same. I don't know how to even proceed to find the error. I have tried different networks and browsers.
Thank you.

Facebook mobile workaround no longer working

Until today, I was able to add ?ref=ts to a Facebook tab url & it would be mobile-friendly.
Not today. Has anyone else experienced this? Is there a workaround to the workaround?
Link for example: https://www.facebook.com/microartssandbox2015/app/924049424328019/?ref=ts
Works fine on desktop.
However, on mobile, I get:
The page you requested cannot be display right now ...
This has never really worked for me. The general (and well known) workaround is to use an external website and redirect to the Page on desktop. On mobile, you just stay on the external website.

Facebook application (Static HTML)

I'm trying to create a landing page on facebook with the Static HTML application, but the image does not appear in IE8 show only at 9 and other browsers like Chrome and Firefox.
The application link is: https://www.facebook.com/hyundainic/app_128953167177144.
Yet another application that looks like:
https://www.facebook.com/SomosEskimo/app_367456286664440.
This if displayed in all browsers, except that technically I do not know if it's the same.
I'm editing the html / css and occupy absolute and relative positioning, I thought that this could affect and remove it, but the problem persists forever.
Can someone help me with this?
I think the issue is probably that you are using an absolute, non-SSL URL for the image source, and the links you posted to the app use SSL. If you leave the protocol off (example: "//whatever.com/myimage.jpg" instead of "http://whatever" or "https://whatever") the browser will use https when needed.
However, it looks like your image doesn't work over SSL:
https://hyundai.com.ni/img/quickservice-fb.jpg?id=3
You can try viewing your app using http:// and confirm it displays ok in all targeted browsers to see if this is really your issue.

Unable to open HTML href link in Safari/iPhone

I have created a simple application using Phonegap in XCode using HTML. My code looks like this:
<dd>Office Number</dd>
<dd>Personal Number</dd>
<dd>Log in to your Mail ID</dd>
The first two links are working fine. I am able to dial a number; but the last line is not working. It seems like disabled. In the mobile, after running, it's showing "Log in to your Mail ID" as a tab but nothing happens when I click it.The web address is not going to the Safari browser.
Please help. how can I integrate this link to Safari browser in iPhone like the first two lines.
Thanks in advance
u have to implement child browser in ur application......https://github.com/purplecabbage/phonegap-plugins/tree/master/iPhone/ChildBrowser
it have a option of opening the link in safari also .....if u have any query plz feel free to ask .....

Facebook open graph tutorial not working correctly and not running without chrome

I was trying the open graph tutorial from Facebook developers site.
http://developers.facebook.com/docs/opengraph/tutorial/
I copied and pasted the code and changed the app ID with mine. Step 2 worked fine, but from step 4 meta tags are not working. I checked the code several times,app ID and "YOUR_NAMESPACE"is changed correctly. I was developing inside localhost of WAMP server. Did I miss anything? I followed every step from the tutorial.
Secondly 'Add to timeline' or 'login' box isn't showing in any browser except chrome. Inside chrome it works fine, but in firefox or IE it shows only a link to Facebook site. Why is that!
And suggest me some good tutorial on open graph.Please Help!
It probably didn't work as it says the object page in Step 4 has to be publicly accessible. Facebook needs to be able to gather data from that page to present in time line. Your localhost mamp install won't be publicly accessible.
From the tutorial >>
Before being able to publish an Open Graph action for a user and having define its
corresponding connected object type in Step 3, you will now need to create a publicly
accessible web page that represents this object using Open Graph metatags. Once this
object page is created, you can use the Graph API to publish an action.
I have not seen any good tutorials on it besides facebook's. They go in depth into every aspect of it as it is their product. I followed that same tutorial and it works perfectly.
Without your code I cant really help. If you put your meta tags up ill have a look.
Im also not sure if it actually works off the local host.