Skip to content

3.9.0

Choose a tag to compare

@SurefireStudios SurefireStudios released this 28 Aug 18:37
· 21 commits to main since this release

Only useful if you have had trouble connecting to eBay.

You can now see the whole reply

If something answers your server with a security page instead of letting the request through, the connection test now shows all of it on screen — the status, every header, and the page itself — in a scrollable box with a Copy button.

Before this, the summary line was trimmed to stay readable and the activity log kept a single line, so being asked to "send us what you received" was asking for something there was no practical way to get at.

Every header, not a chosen few

The test recorded seven response headers picked in advance. One of the ones missing was Set-Cookie — which is usually the clearest identification of a security product anywhere in the exchange, because these pages nearly always set a cookie to remember the check.

It now records every header the reply carries.

Cookie names are kept; cookie values are not. The name identifies the product, which is what we need. The value tells us nothing and has no business being written into your log.