Post Reply 
To delete a header?
Jun. 08, 2014, 06:09 PM (This post was last modified: Jun. 08, 2014 06:16 PM by talker.)
Post: #1
To delete a header?
Hello,

According to the help, "To delete a header: include a matching expression, but leave the replacement text blank."

I've tried that with the http_accept headers but it doesn't seem to work?

Yeah I know, deleting this header could mess up everything, but I want to do a test.

Thank you.
Add Thank You Quote this message in a reply
Jun. 11, 2014, 01:04 AM
Post: #2
RE: To delete a header?
talker;


Are you spelling it as "http-accept" or some-such? The name should be "accept-xxx", where xxx is the precise name you wish to match upon. Look to other header filters for examples of the exact syntax.

The Match value should be nothing more than an asterisk (*), and the Replace should be empty - this will effectively delete the header. But be sure you use it correctly.... some filters work on the Inbound side, others on the Outbound side, and a few work in both directions. It all depends on what you want/need to accomplish. FWIW, my accept- header filters are set to the Outbound direction.

Good luck!

HTH




Oddysey

I'm no longer in the rat race - the rats won't have me!
Add Thank You Quote this message in a reply
Jun. 12, 2014, 08:51 PM
Post: #3
RE: To delete a header?
Thank you, it helped a lot!

I typed "accept" and the whole http-accept header was deleted. Funny, lol.

Now I gonna try something else.

Thank you again.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: