A
A
AlexStolman2015-06-06 09:26:47
MySQL
AlexStolman, 2015-06-06 09:26:47

How to remove or replace HTTP referer when submitting a form from site A to site B?

It is necessary that site B does not know from which site the data from the html form was sent to it.
Site A has a regular form and sends it to site B.
Does anyone have any idea how to hide site A from which the form is submitted from site B?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
Rsa97, 2018-08-11
@wbsr

The problem is that the field type is TEXT and I can't change it because the database is already full

Nonsense
ALTER TABLE `table` 
  CHANGE COLUMN `A` `A` INT,
  CHANGE COLUMN `B` `B` FLOAT;

There is no need, in mathematical operations, MySQL itself tries to convert strings to numbers.

V
Viktor Vsk, 2015-06-06
@viktorvsk

Send from server A to intermediate server A', where a request to server B with the necessary parameters will be manually generated.

D
Denis Smirnov, 2015-06-06
@Groov3

It's impossible, does it have an IP address? Only with the help of a chain of dying proxies.
PS The question has incorrect tags.

D
Deodatuss, 2015-06-06
@Deodatuss

Someone decided to organize a CSRF attack?)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question