WCF Data Services Error - 302 Moved on SaveChanges() related to HTTPS + Load Balancer?
Problem: DataServiceContext.SaveChanges() fails with "302 - moved" response. Background/Suspected Cause: Load balancer! - We recently changed our infrastructure so that our web servers now sit behind a load balancer which also handles the ssl. Clients address the service as HTTPS but IIS ends up processing HTTP requests since the SSL was done by the load balancer(I am sure most of you are familiar with this type of setup). Anyway, what we end up with is a feed that contains URIs that are using HTTP rather than HTTPS. (see GET request/response below with http in the response instead of httpS).