dylanmei / linqpad-soap-driver

A SOAP service driver for LINQPad
MIT License
65 stars 25 forks source link

Link to download the driver is broken! #17

Open OrgesKreka opened 1 year ago

dylanmei commented 1 year ago

I'm not having any issue.

$ curl -i -HEAD http://dylanmei.s3.amazonaws.com/linqpad-drivers/soap-driver-1.2.2.lpx
HTTP/1.1 200 OK
Date: Fri, 03 Nov 2023 14:36:04 GMT
Last-Modified: Sat, 21 Sep 2013 17:55:59 GMT
ETag: "b7db59ce50342e0fb243ae9e6420545d"
Accept-Ranges: bytes
Content-Type: application/x-compressed
Server: AmazonS3
Content-Length: 15652
OrgesKreka commented 1 year ago

Hi @dylanmei, Thanks for the reply. Indeed with curl I can access the link and even download the driver. But when I try to download it from the link it shows this error: image

If you don't consider this as an issue, feel free to close my issue. But please specify in the readme how to download the driver.

Thanks