Dear All,
we are trying to record a win 8.1 tablet using the proxy mode
We can see the request but the content is encoded and we are not able to customize them...
could...
I think that the issue might be related to the Content-Encoding header that is missing.
I guess if you add "Content-Encoding: gzip" in your POST request and send it to another...
Dear All,
we are trying to record a win 8.1 tablet using the proxy mode
We can see the request but the content is encoded and we are not able to customize them...
could...
Could you try to make your recording with Neoload 5.1? Normally that version should automatically uncompress Gzip content on the request when possible?
It's not the case with...
I think that the GET method is related to the GetCount method at the end of your URL. If look at the request sent by NeoLoad you should see that it's a POST request and not a...
I have been recording using NeoLoad 5.0.2 against my application. I've been noticing that it is putting traffic into the wrong container, i.e. rather than putting it into the...
When you say that iit s putting the requests in the wrong container, do you mean that you write your container name in the recording bar, you click on your links, wait and you...
Hi,
We are running tests on 2 Load Generators and 1 controller (also a load generator). To increase the timeout, I see the steps shared below in the link.
Should I change...
I recorded my application using NeoLoad. On the UI of my application there is Javascript code that is executed on the browser.
I need to evaluate a function that is coming...
When you record your application with NeoLoad, all requests/responses exchanged between the browser and your server are recorded. Since NeoLoad replays a script at protocol...
I successfully recorded with NeoLoad my application that uses WebSocket. Then I tried to run a user validation and I got the error below in my WebSocket channel.
How can i fix...
Hello
response time in results reports are truncated at 30s even when time response are over 30s
Is there a way to configurte it or it is a bug ?
Thanks
I do not see anything wrong in that screen shot. It seems that you only run 1 iteration of your virtual user. Some pages have 30 seconds response time.
Do you have concern...
I would suggest you to look at the web video to get a quick tour of NeoLoad and how to use it with your application. It's here
Then for more details you can rely on the NeoLoad...
Hi, I'm having difficulties to keep websocket connection alive in asynchronous mode. It looks like that ping request has to be sent repeatedly. In order to do that I put a ping...
When the WebSocket channel is opened it should remain as is till the virtual user is stopped. Do you mean that your application is regularly sending PING WebSocket request to...