REST API URL has fixed Length
REST API URL has fixed Length and it is not allowing after some specific length.I have test scenario which has many parameters and values in the Url making it long.But SOA test removes the extra length automatically.But I am able to test that URL using Postman.Is there anyway we can handle it.
Comments
-
Hello,
Could you give us an example of the URL you're using?
Have you tried using a messaging client instead of a REST client to test the endpoint?0 -
https://XXX.XXXX.XX.XXXX:1234/v1/XXXXX?testparameter=24443&testparameter=24501&testparameter=20720&testparameter=2571&testparameter=28733&testparameter=28442&testparameter=24518&testparameter=4257&testparameter=20563&testparameter=23546&testparameter=23732&testparameter=24401&testparameter=315&testparameter=28408
&testparameter=4365&testparameter=4079&testparameter=4242&testparameter=16814&testparameter=4052&testparameter=6111&testparameter=6111&testparameter=103&testparameter=5043&testparameter=14203&testparameter=2921&testparameter=54230 -
But SOA test removes the extra length automatically
I'm not aware of SOAtest ever doing anything like that. The URL your configure in the test should be used without SOAtest chopping off the end of it. Just now, I configured a REST Client with that URL (with host and port filled out) and see all query parameters being sent in the request header to the destination.
0