Inject HTTP Header Respones
|
Mar. 25, 2013, 06:32 AM
Post: #1
|
|||
|
|||
Inject HTTP Header Respones
its possible proxomitron to inject HTTP header respones?
|
|||
Mar. 25, 2013, 07:25 PM
Post: #2
|
|||
|
|||
RE: Inject HTTP Header Respones
Code: [HTTP headers] adds a response header named |.*.URL-ID1 Quote:HTTP/1.1 200 OK HTH |
|||
The following 1 user says Thank You to JJoe for this post: ghayz |
Mar. 25, 2013, 09:43 PM
Post: #3
|
|||
|
|||
RE: Inject HTTP Header Respones
I still do not understand, whether you can give another example???
thanks for the response, JJoe |
|||
Mar. 26, 2013, 02:53 AM
Post: #4
|
|||
|
|||
RE: Inject HTTP Header Respones
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 |
|||
Mar. 27, 2013, 02:55 PM
Post: #5
|
|||
|
|||
RE: Inject HTTP Header Respones
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 |
|||
Mar. 27, 2013, 10:57 PM
Post: #6
|
|||
|
|||
RE: Inject HTTP Header Respones | |||
Jul. 19, 2013, 11:48 AM
(This post was last modified: Jul. 19, 2013 11:53 AM by ghayz.)
Post: #7
|
|||
|
|||
RE: Inject HTTP Header Respones
(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 |
|||
Jul. 19, 2013, 09:41 PM
Post: #8
|
|||
|
|||
RE: Inject HTTP Header Respones
(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. |
|||
« Next Oldest | Next Newest »
|