Archived Forum Post

Index of archived forum posts

Question:

Rest.RedirectUrl() not working

May 16 '17 at 17:07

Hello,

I'm currently using the pre-release provided in: http://www.chilkatforum.com/questions/12275/how-to-send-multipartform-data-using-rest-api

I have the following problem:

rest.ResponseStatusCode = 302
rest.RedirectUrl() = null

The header sent by the server contains:

Location: //www.website.com/something/

Guess Chilkat can't handle URL's in the header starting with // Could you please confirm this problem, and provide me with a new release? My test-project currently keeps hanging on this (it wants to redirect, but it cant find the URL)

Best regards, Timu


Accepted Answer

Try these new builds:

https://chilkatdownload.com/prerelease/chilkatdotnet46-9.5.0-win32-126.zip
https://chilkatdownload.com/prerelease/chilkatdotnet46-9.5.0-x64-127.zip


Answer

Thanks. I believe I have a fix for it, but you'll have to test. I'll send a new build tomorrow..


Answer

Please try this new build:

https://chilkatdownload.com/prerelease/chilkatdotnet46-9.5.0-win32-122.zip
https://chilkatdownload.com/prerelease/chilkatdotnet46-9.5.0-x64-123.zip

(This is the .NET 4.6 build for VS2015. I think that's what you needed?)


Answer

While we are on this topic....

Location: /abcdefgh/

Does not work... Same behaviour ar origional post.


Answer

I'll have a fix later today. Sorry for the delay.. :)