Thank you all!
What I'm trying to do is load the proxy server we are developing, sometimes
proxy intercepts the request and redirects it to some other HTTP server,
and this redirection is to HTTPS. What I need is that this request will go
directly, not through proxy.
The problem is, that I do not access this HTTP server directly from
Jmeter's HTTP request, but as a result of redirection (302).

So the only possible solution maybe the use of the Java native proxy
proposed by Deepak.
I'll try it.
Another question is, whether it's possible to overwrite the HTTP Request
proxy behavior using plugin or something?

Thanks,
Stas.


On Fri, Aug 2, 2013 at 1:31 AM, Deepak Shetty <shet...@gmail.com> wrote:

> All options are here
> http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
> https is separate to http so what problem are you facing?
>
>
> On Thu, Aug 1, 2013 at 9:57 AM, Stas Obydionnov <stasik...@gmail.com>
> wrote:
>
> > Hi all,
> > I'm a new to Jmeter and I have a question:
> > Jmeter allows to configure proxy for HTTP Request (not proxy for
> recording,
> > regular one).
> > This proxy apply for both protocols, HTTP and HTTPS, I need it to apply
> > only to HTTP, but HTTPS should go directly.
> > Is it possible?
> > Thanks.
> > Stas.
> >
>

Reply via email to