You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2022/11/06 11:00:32 UTC

[GitHub] [jmeter] vschs007 opened a new issue, #5728: ip spoofing does not work with java implementation

vschs007 opened a new issue, #5728:
URL: https://github.com/apache/jmeter/issues/5728

   ip spoofing does not work with java implementation ,however it works with http4 implementation


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] FSchumacher commented on issue #5728: ip spoofing does not work with java implementation

Posted by GitBox <gi...@apache.org>.
FSchumacher commented on issue #5728:
URL: https://github.com/apache/jmeter/issues/5728#issuecomment-1320861357

   The classes used by the *Java* client implementation do not support ip spoofing. There are a few sources online, that suggest, one could implement it for https, but that would exclude plain http and we have a better implementation with the Apache httpclients already. So, why would you really need this? What is missing in the other implementations?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] FSchumacher commented on issue #5728: ip spoofing does not work with java implementation

Posted by GitBox <gi...@apache.org>.
FSchumacher commented on issue #5728:
URL: https://github.com/apache/jmeter/issues/5728#issuecomment-1371384176

   And why do you think, that java client (which is the oldest and least tested one), would help? 
   I would look at the used local and remote resources (that is open connections) and try to search for options to compensate for found limitations. We might help you better, when you provide more details on your setup and or errors you get.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] vschs007 commented on issue #5728: ip spoofing does not work with java implementation

Posted by GitBox <gi...@apache.org>.
vschs007 commented on issue #5728:
URL: https://github.com/apache/jmeter/issues/5728#issuecomment-1320872833

   I tried with http4 req type but for this case I starts getting connection issues e.g socket closed , I created ip aliases and followed steps for ip spoofing on http4 client but same req works on Java type implementation while not on http4


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org