Today, I’d show you how to configure OpenResty Edge’s built-in captcha for applications.

Embeded image

Configure OpenResty Edge’s built-in captcha

The OpenResty Edge built-in captcha is a captcha response returned directly from the OpenResty Edge gateway server.

Embeded image

As always, let’s go to the OpenResty Edge’s Admin web console. This is our sample deployment of the console. Every user has her own local deployment.

Screenshot

we continue with the test-edge.com domain to demonstrate OpenResty Edge’s built-in captcha.

Screenshot

Let’s enter this application.

Screenshot

We already have an upstream defined in our earlier tutorial.

Screenshot

This my_backend upstream has a backend server defined already.

Screenshot

And we also have a page rule already defined.

Screenshot

In the previous tutorial, this page rule has set up a reverse proxy to the upstream we just saw.

Screenshot

Let’s add a new page rule to enable the OpenResty Edge built-in captcha.

Screenshot

We do not specify a condition for this rule. So it will fire unconditionally.

Screenshot

Let’s add a new action.

Screenshot

Type “captcha” for search.

Screenshot

Select the option “Enable OpenResty Edge Built-in Captcha”.

Screenshot

Clearance time means that when the client passes the captcha verification, the OpenResty Edge will allow all requests from the same client in the specified period. Captcha records the verification information through cookies.

Screenshot

We set the time to 10 seconds.

Screenshot

We insert this rule as an always top rule to ensure this rule is executed first. This is for our demonstration. You can set any order you want.

Screenshot

Save this rule.

Screenshot

As always, we need to make a new release to push out our edited page rule.

Screenshot

Click on this button.

Screenshot

Ship it!

Screenshot

It is fully synchronized.

Screenshot

Now the new page rule has been pushed to all the gateway clusters and servers.

Embeded video

Embeded video

Embeded video

Our configuration changes do NOT require server reload, restart, or binary upgrade. So it’s very efficient and scalable.

Embeded image

Test

Now let’s access the application. We can see that the page returns the OpenResty Edge built-in captcha page instead of our original content.

Embeded video

Let’s enter the captcha code.

Embeded video

We can see the expected content of the URI. Remember we just set the clearance time to 10 seconds. We can access the application without captchas within 10 seconds.

Embeded video

After 10 seconds, we need to verify again.

Embeded video

In addition to setting the captcha in the action, we can also set it in the WAF rules. We will subsequently explain the specific features of the WAF rules in another video.

Screenshot

Let’s take a brief look at how to set up the OpenResty Edge built-in captcha in the WAF rules.

Screenshot

Let’s enable WAF.

Screenshot

We can set the block action to the OpenResty Edge built-in Captcha.

Screenshot

We selected the built-in captcha option.

Screenshot

Screenshot

As with the action we set before, we need to set a clearance time here. I won’t demonstrate it in detail here. You can go through it in a WAF rules-related video.

Screenshot

By the way, we also support the third-party captcha service hCaptcha. You can learn about it in the OpenResty Edge hCaptcha tutorial video.

This is what I’d like to cover today.

If you like this tutorial, please subscribe to this blog site and/or our YouTube channel. Thank you!

About The Author

Yichun Zhang (Github handle: agentzh), is the original creator of the OpenResty® open-source project and the CEO of OpenResty Inc..

Yichun is one of the earliest advocates and leaders of “open-source technology”. He worked at many internationally renowned tech companies, such as Cloudflare, Yahoo!. He is a pioneer of “edge computing”, “dynamic tracing” and “machine coding”, with over 22 years of programming and 16 years of open source experience. Yichun is well-known in the open-source space as the project leader of OpenResty®, adopted by more than 40 million global website domains.

OpenResty Inc., the enterprise software start-up founded by Yichun in 2017, has customers from some of the biggest companies in the world. Its flagship product, OpenResty XRay, is a non-invasive profiling and troubleshooting tool that significantly enhances and utilizes dynamic tracing technology. And its OpenResty Edge product is a powerful distributed traffic management and private CDN software product.

As an avid open-source contributor, Yichun has contributed more than a million lines of code to numerous open-source projects, including Linux kernel, Nginx, LuaJIT, GDB, SystemTap, LLVM, Perl, etc. He has also authored more than 60 open-source software libraries.