The most recent content from our members.
I have a rest command that returns a Content-Type of application/octet-stream and a Content-Disposition with a filename. What is the best way to validate that the values returned in the headers are what I am expecting?
I need to send response based on the incoming request header, response will be different based on the first letter of the header value I tried correlating headers in my responder and used values as: A*, B* and C* but I found that the only Regular expression allowed is for any header "[*]", seems I cannot use my own, is…
Hello, I'm testing out my application UI, and I'm routing the request through a proxy in my Virtualize server. The header of my request is over 8 KB (it's around 9 KB), and I've noticed that proxies do not allow their headers to be more than 8 KB. I tried two things to try and solve this problem I have: 1) I added HTTP…
Hi, Application that I'm working with includes unique string at the end of the URL e.g. http://:9080//. I was able to update the Path in Transport --> HTTP to //* and now responder is able to respond but I need to extract and save that. I tried "REST URL Data Bank" but I can only extract name as the Path. I tried attaching…
It looks like you're new here. Sign in or register to get started.