Aravinth Manivannan

Results 67 comments of Aravinth Manivannan

Hi, Yes, I'm in the process of setting up a [weblate](https://weblate.org) instance for mCaptcha. Adding multilingual support to the project should be possible after that.

Hi, That route responds to only HTTP POST request, it won't respond to HTTP GET requests. Opening it in the browser, too, will result in a HTTP GET request. I...

The API doc is outdated, `/api/v1/pow/*` exists in all binaries shipped by the project. Can you please share the portion of the source code where you are trying to integrate...

That's alright, can you please tell me which language you are trying to code in? We have exapmles for Python, JavaScript and Rust. Maybe those will be of help?

That's right, B's backend must do the do a POST request to `/api/v1/siteverify`. Can you please share the part of the backend code where you are trying to do the...

I assume "something" in the client code is replaced with the sitekey? I have no idea what is going on. [There's a Go server-side library that does the validation](https://codeberg.org/Gusted/mCaptcha/), maybe...

Hello again o/ I've used “access token” and [“authorization token”](https://mcaptcha.org/docs/webmasters/terminology#authorization-token) inconsistently. I'll change all instances of “access token” to “authorization token”. The secret key is a completely different thing, it's...

No, secret is account-wide at this moment.

aside: all instances of “access token” are replaced with “authorization token” with links to the glossary entry.

Hi, I experimented with path prefixes very early in the development. The web framework that we use supports it, but it conflicts with the coding style that we use to...