S
S
sickle in2015-02-05 13:24:23
JavaScript
sickle in, 2015-02-05 13:24:23

How to restrict access to the form on the site?

The site has an authorization form for a personal account (LK).
The problem is that some left app has appeared in google play to work with lux. Accordingly, authorization takes place in it, etc., even our captcha. As I understand it, the easiest way, for such an application, everything is taken through curl, and then it is further parsed.
Actually, how to implement a protection mechanism so that when submitting, the form is not valid.
Surely there are some solutions, from the same tweeters, in contact.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anton Shamanov, 2015-02-05
@abacabb

Tweeters and VKontakte do not have such solutions, they are not enemies to themselves)) There is no 100% method here and cannot be, you can use dynamic field names for example. And it’s even better to include in the contract under which the user signs during registration about the prohibition of using third-party software for authentication (authorization comes after), well, cut the software from the market for this case.

X
xmoonlight, 2015-02-05
@xmoonlight

yeah, you still have a browser "cut from your computer" developed by yourself)))
first of all, ask yourself: why am I confused to do this and what is my goal?
what will I get in return, what will I gain and what will I lose if they use other shells to enter the personal account?
99.9% of the time it's pointless and stupid...

S
Stanislav Fateev, 2015-02-05
@svfat

Since the javascript tag, then generate a token when the form is displayed, and check it when submitting it

A
Andrey K, 2015-02-05
@mututunus

Check HTTP_REFERER.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question