I'm trying to address a privacy issue where the HTTP referer field is being populated after performing a HTTP POST.
In other words, I need to HTTP POST to retrieve some data from SITE A, and want to call SITE B. I want to ensure that the referer of the calling site (A) is never shown in the HTTP call to SITE B.
Is this possible?