Jamie Tanna
Jamie Tanna
https://www.jvt.me/mf2/2022/08/opz5y/ is an example of a post with silo-dependent content, if that's helpful, too
FYI I've appeared to get this working using [rohitkadam19's reply on _How to make HTTPS GET call with certificate in Rest-Assured java_](https://stackoverflow.com/a/37436519) and have further documented this [on my blog...
Hey @s9g0 after ages of not looking into this, I've had a look just now and it doesn't seem possible, as RestAssured only allows providing an `SSLSocketFactory` - if the...
Not that I'm aware of - it may be worth getting an issue raised to cover it explicitly, so it's clearer to others, rather than it being part of this...
Sounds like a plan, thanks Tim - I didn't look that far :sweat_smile:
Thanks Tim, overall changes are looking good, but I'd probably like Tom just to double check re the `final`s :+1:
Hey folks, do you have any other information within your requests you could use to tweak the stub, such as tracking information in headers/request body? [I've found this works really...
Hey @swtestacademy mind raising a separate issue for us to discuss that in? :pray:
Interesting, the Critical vulnerability is https://nvd.nist.gov/vuln/detail/CVE-2018-9116 which should only be affecting < 2.16.0, not sure why it's being picked up here :thinking:
I don't think this would make sense, as that's not an OAuth2 compliant solution. This wouldn't work with any OAuth2 clients without code changes - is there any reason the...