Apache-creating custom login form - apache

I'm trying to restrict access to a page on my Apache server, but I want Apache to display a custome login screen I've designed instead of the default splash screen to accept user credentials.
After searching on Google and examining the Apache documentation (which is very vague on how to do this) I'm still at a loss.
I suspect I can do this via a redirection, pointing at the location of my custom login screen but unsure as how to do this... If anyone has attempted this in the past, I would greatly appreciate some help.
Thanks,
Shaw

Related

CloudFlare causing issues with VueJS

I developed a web app in VueJS, but it seems to be having some issues with CloudFlare.
When a user is prompted with the Captcha verification screen, upon completing the verification the page loads, but it is blocking resources like my JS files.
However, if I say whitelist a certain country and access it, the page works as intended.
I've also had some issue when changing certain elements and the page not updating correctly, even when purging. I feel this issue is related to the one above.
(I'm also using SSL if that makes any difference.)
Out of curiosity, I've recently seen a lot of pages using a “newer” 5 second protection style page rather than a captcha. I was wondering if cloudflare offered anything like this as I feel the captcha gets very annoying for my users.
Thanks and any help is appreciated.

QWebView pop-up window asking for credentials

I have a QTWebkit simple browser that works until it opens a pop-up windows inside a security page (with login/password) and the new window redirects me to input the credentials again.
I can't find a way/examples/books/forums that deals with this problem.
Could anyone point me to a direction, or provide a simple example on how to keep the logged user to access the pop-up/new window resources in the web page ?
Thanks in advance

Google Developer Console's credential side permission

I got an problem after i create and APIs on Google Developer Console and enable the GCM service,
but i want to add an server key at Credential next to APIs on left hand menu.
But it show me You do not have sufficient permissions to view this page.
Below are the image:
Is that any config i need to add?
I did follow what You do not have sufficient permissions to view this page to clear cache and use incognito mode to login, but still not work.
EDIT
Some time i relogin it work back, when i click to another side and click back it show the error again, and my solution is go to Credential than use top right corner account to logout and relogin , let it redirect you back to Credential, than it work. So is there any solution to fixed it permanently without relogin?
Thanks
It because of you have logged in multiple devices. so u have to log out from all devices. to do this go to gmail.com and log in using your email and password. and scroll down . you can see Details link . Click that link.
it will open new window. there u click
Sign out all other web sessions. than clear history. than do login and try . it will open without showing error.
I got the same problem. After following the below steps it got solved. This may help you as well.
Click on Apis under Api & auth
Click on "Google Play Game Services".
Enable the service.
Optional: enable "Google Play Developer API" as well. Most of the time it will enable by default.
I am facing the same issues.
Try using another browser like firefox - sometimes it works.
but after awhile, same error pops up.
Having the same issue as with you regardless what api i enable.. have tried all the suggestion posted earlier. but none of them worked, but when i tried to change my i.p.. using a vpn. and tried to access it.it worked, i can create or view my api now,tested it with other gmail account to confirm and started from scratch. to my surprise i didnt encounter that issue im having for hours.. no idea why my i.p is being rejected when accessing the credentials area..
I've resolve my issue, it's about the ISP you are using. I tried 3 ISP's and 1 of them got a success all the time, I don't have any permission error.

How to Configure Google Translate API v2 on localhost

I am trying to translate text on my basic webpage that I created on localhost However, I always keep receiving the Access Not Configured. Please enable the Google API error. I have already enabled the Translate API in my Google Developer account, I created both a server and browser API key (any suggestions on what I should add in my referers would be great thanks, my screen dump link underneath may help you with the option).
I was wondering if there is any alternative way I can get this API v2 to work on my localhost machine? Please see screen dump link for error.
Here on the website, I am trying to translate the UK word on google.com, with the Translate API V2 enabled and the browser key running in the background of the application I am using for this process, the UK word should translate to a language of my choice, however, as shown below, an error pops up.
Here is the link that shows screen dump
Any one that can help me with this issue, or if you have any further questions please let let me know? Your assistance is much appreciated.
Thanks

Modifying Google OAuth2 login page

Is it possible to modify or show a more iOS friendly login page from googles oauth2 services? I'm not sure if I have seen a modified on before but i can't find any information on it. Any help would be appreciated.
I think the only change you can do is to provide your own logo as described here: https://developers.google.com/youtube/2.0/developers_guide_protocol_oauth2#OAuth2_Register
To make the login process more like a part of your application it is possible to open the login page in an embedded browser instead of open it in Safari, but you will not be able to change how it looks.