![]() |
Inject HTTP Header Respones - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38) +--- Forum: Filter Help/Request (/forumdisplay.php?fid=31) +--- Thread: Inject HTTP Header Respones (/showthread.php?tid=2086) |
Inject HTTP Header Respones - ghayz - Mar. 25, 2013 06:32 AM its possible proxomitron to inject HTTP header respones? RE: Inject HTTP Header Respones - JJoe - Mar. 25, 2013 07:25 PM Code: [HTTP headers] adds a response header named |.*.URL-ID1 Quote:HTTP/1.1 200 OK HTH RE: Inject HTTP Header Respones - ghayz - Mar. 25, 2013 09:43 PM I still do not understand, whether you can give another example??? thanks for the response, JJoe RE: Inject HTTP Header Respones - JJoe - Mar. 26, 2013 02:53 AM Simple example, Code: In = TRUE adds a response header named "HeadersName" with a value of "Headers Value" like: Quote:HTTP/1.1 200 OK HTH RE: Inject HTTP Header Respones - ghayz - Mar. 27, 2013 02:55 PM and how to inject header location from HTTP found 302 to HTTP 200 OK i try one by one filter, but a still can't do it. i'm newbie. sorry if my english bad RE: Inject HTTP Header Respones - JJoe - Mar. 27, 2013 10:57 PM (Mar. 27, 2013 02:55 PM)ghayz Wrote: and how to inject header location from HTTP found 302 to HTTP 200 So, if from asite.com you are receiving a 302 with a location header to bsite.com. What do you want the user-agent (browser) to see? Do you want it to think bsite is asite? RE: Inject HTTP Header Respones - ghayz - Jul. 19, 2013 11:48 AM (Mar. 27, 2013 10:57 PM)JJoe Wrote:(Mar. 27, 2013 02:55 PM)ghayz Wrote: and how to inject header location from HTTP found 302 to HTTP 200 yes JJoe... correctly how to send header request header before client sent request to server.. like this Quote:GET http://mobi.telkomsel.com/ HTTP/1.1 and the response from server Quote:HTTP/1.1 500 Internal Server Error so i get two response header from server first HTTP/1.1 500 Internal Server Error and second HTTP/1.1 200 Connection established RE: Inject HTTP Header Respones - JJoe - Jul. 19, 2013 09:41 PM (Mar. 25, 2013 06:32 AM)ghayz Wrote: its possible proxomitron to inject HTTP header respones? (Jul. 19, 2013 11:48 AM)ghayz Wrote: how to send header request header before client sent request to server.. I think I misunderstood the question before. The Proxomitron does not initiate or start the request or response. The Proxomitron always follows. It waits for the client or another server. |