googleapis/gax-dotnet

Investigate redirect behavior for REGAPIC

jskeet opened this issue · 1 comments

We should probably configure the HttpClient to follow redirects... but we should also be aware of when they will take place anyway.

Out of the box with GAX 4.3.1, all of net462, net70 and net60 follow both 301 and 302 redirects - although converting POST to GET, which is unlikely to actually work for most requests.

We don't remember ever actually seeing this needed, so I'll close this issue for now, but it's good to know what happens with the current code.