inferno-framework / inferno-core

Core library for the Inferno Framework
https://inferno-framework.github.io/
Apache License 2.0
26 stars 5 forks source link

Redirects - 302 #229

Open SavannahDearing opened 2 years ago

SavannahDearing commented 2 years ago

We utilize redirects to manage multiple connections through a single gateway. For example: https://www.medentfhirtest.com/fhir/R4/savcw237/.well-known/smart-configuration redirects to https://www.medentfhirtest.com/fhir/R4/.well-known/smart-configuration/index.php?medent_practice_id=savcw237

This worked for the previous Inferno test suites, but is now returning a 302 on the very first test.

Will redirects like this be supported or do we need to reconfigure our connections?

Thanks! Savannah Dearing

Jammjammjamm commented 2 years ago

We will address this issue.

SavannahDearing commented 2 years ago

Thanks!