I am new to google recaptcha and i have the below queries.
I am using angular-recaptcha to implement this in the widget
is there any way that i can achieve this without registering the domain.
Mine is an angular application which is being used as a widget in different websites.
Most of the sites integrate this widget through javascript
Few site uses it through iframe.
Also is there any way to avoid the network call(google verify endpoint) from the server side validation.
is there any licensing issues to use google recaptcha?
Thanks,
Sri
Related
I have seen several websites showing google recaptcha when opening their pages in Tor browser or vpn connection, is it possible to integrate invisible recaptcha on all pages in website which is running in PHP, so that bots or other malicious traffic can be blocked with the recaptcha. I have searched recpatcha documentation here : https://developers.google.com/recaptcha/intro
But there is no clear steps described to add the recapthca on pages. Any suggestions or documentation to run invisible captcha on webpages instead of forms is appreciated.
I am trying without success to "Add Google Sign-In to Your Web App" and then use Node.js with Google Sheets API V4 to be able allow my app to use the sheets api on behalf of the user (with scope: https://www.googleapis.com/auth/spreadsheets).
I'm really confused on how to achieve this. Reading through most of the documentation from OAuth2 doesn't clarify me best practices to achieve this with the Google Sign-In button.
Furthermore, I haven't found any documentation/guides related to this. I was hoping someone can guide me towards the right direction.
P.S: I managed to use the sheets api by following the Node.js quickstart for Sheets API, which allows me to achieve authorization through console, however I believe using the Sign-In button might simplify the process while making a nicer UX.
Thanks!
Google Sign-In is like what it says, for signing-in. However, it's not enough to authorize you to use Sheets API methods because if you read the Authorize Requests docs, it clearly states that you need to use OAuth2 plus there are scopes to consider (read-only, read/write, etc).
You are correct to follow the guidelines where you used OAuth2.0. Just create your own custom button. Grab a Google button image in the web and use that.
I am trying to develop the application using Kendo UI. This will be html application using Kendo UI and the data will be provided by Web API.
The main purpose is i want this application to be offline enabled. Means if there is no internet connection then also it should serve the cached page.
By doing some research i came across Kendo UI Offline Handling.
Here is my understanding by after refering the above link:
As per my thinking this approach will be used when the WEB API is off due to some reason but then also the html pages will serve the cached data contents. But to do this my html application should be working live ( using internet ).
Am i correct ?
If i am correct than what should i in order to make my application serve the user without internet connection ( offline mode ) using html and Kendo UI. ?
Thanks
To enable a web application to be useful offline you need to think about how to persist its data, such as application data, user data and session state, on the client. I suggest you do some research on the Web Storage API and go from there.
I'm wondering if anyone can help with this.
I'm creating a site for a client using Google Sites (A requirement they set).
One of their requirement is for a contact form to be embedded on the site. I've had a look and there are plenty out there, however, if a user visits from any version of IE the content is not displayed due to the security settings.
All other browsers are functioning fine.
I know the alternative is to simply put a link to an external source, but is not ideal.
My question is threefold fold.
1. Is it possible to write a gadget that will work for IE with non-secure content (if so how)?
2. Are there any HTTPS contact forms out there that I could use?
3. Does anyone have any experience with Google sites and trying to load non-secure content and have any tips?
Thanks
Have you tried JotForm.com? They have the same (free and premium) plans as emailmeform.com. Plus, they have a specific roundabouts to embed your form in Google Sites (they have a gadget made for Google Sites). And yes, JotForm has https url for their forms if you wish to embed it as an iframe.
-- One other solution is resort to using Google Docs form.
Does anyone have any experience with Google sites and trying to load
non-secure content and have any tips? Still awaiting people with
experience....
-- Yes, I have experienced this while trying to put some social media scripts in my Google Sites website and the best thing really was to rid my Sites of those non-secure contents.
For any interested I have kind of answered my questions.
Is it possible to write a gadget that will work for IE with non-secure content (if so how)?
It is possible but you need to have a SSL hosted server.
Are there any HTTPS contact forms out there that I could use?
There are paid solutions for this. Alternatively, write your own html code to post to one of these solutions (free solution is http://www.emailmeform.com/)
Does anyone have any experience with Google sites and trying to load non-secure content and have any tips?
Still awaiting people with experience....
We would like to use the Google Gadget concept in our corporate Intranet. Our infrastructure implies no external web dependencies.
The way I understand Google Gadget is that the gadget xml file requires some pre-processing before being displayed in a Html page:
<script src="http://www.gmodules.com/ig/ifr?url=http://mysite.com/my-gadget.xml
Is this mean I cannot render a gadget in a Page without this pre-processing?
Thank you
Not sure if this helps, but it is also possible to have google widgets make use of secure data behind a firewall by using the the Google Secure Data Connector
The browser still needs to have access to google servers to execute the widget, just data requests will be made to google and then be proxied back to a service running in your network which will then fetch the data.