cancel
Showing results for 
Search instead for 
Did you mean: 

Rewrite client post content

carl
Occasional Visitor

Rewrite client post content

We have a web application which works fine when accessed through the web bookmark.

 

When a client uses a webform that posts data to the server the content of the form may contain html image for example:

<img src="/Ticket/421668/,DanaInfo=domain.local+607ead35da22d.png" style="width: 900px; height: 96px;">

 

Is there a way to rewrite the content/payload sent from client to server so the posted data looks like:

<img src="/Ticket/421668/607ead35da22d.png" style="width: 900px; height: 96px;">

 

removing the rewritten markup ",DanaInfo=domain.local+"?

 

Many thanks

1 REPLY 1
r@yElr3y
Moderator

Re: Rewrite client post content

@carl Do you see this rewritten data posted to the backend server when leaving from VPN? Ideally, Danainfo will be removed by the VPN server before passing it to the web server...

PCS Expert
Pulse Connect Secure Certified Expert