G
G
gremlintv22018-10-01 09:43:13
Nginx
gremlintv2, 2018-10-01 09:43:13

Is there a way to give one-time links through nginx?

It is necessary to give a link through nginx that will work 1 time. And if the next time you access this link, the request will be rejected.
What are the ways to do this through NGINX?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
O. J, 2018-10-01
@gremlintv2

Do not listen
to anyone, everything can be burned after reading. Making one-time links to...

I
Ivan Shumov, 2018-10-01
@inoise

No. Somehow you need some logic

A
Alex_Zdorgor, 2018-10-01
@Alex_Zdorgor

As an option, generate a php script with a random name, which deletes itself after execution. As a result, we get a one-time link with any logic inside.

P
pfg21, 2018-10-01
@pfg21

write a module / patch for nginx - the required one will work as part of nginx.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question