Stream: dotnet
Topic: Stream interception onbeforerequest
Brian Postlethwaite (Nov 16 2017 at 14:05):
@Ewout Kramer, I've done a partial implementation of this, looks pretty clean.
Brian Postlethwaite (Nov 16 2017 at 14:06):
Issue for me will be the order of applying the stream handlers
Ewout Kramer (Nov 24 2017 at 10:57):
Issue for me will be the order of applying the stream handlers
And I wonder if this is sensitive to the "upgrade" to HttpClient. Probably is :-(
As well, order is always as problem with pipelines, since the architectural pattern itself assumes the order in the pipeline is either irrelevant, or, when this is not true, suddenly the user configuring the pipeline is aware of all the dependencies. Which is probably also not the case. But I would not worry too much about it, since it's a pretty advanced feature anyway.
shivnath shelake (Dec 04 2017 at 10:56):
Hi..
My requirements is we need open source fhir server with outh2 authentication...
As we have .net application we are integrating Fhir.STU3 NuGet package in our application for resources create/update on FHIR server.
So by HSPC sandbox how I can achieve same.
I created sandbox so through .Net FHIR API how I can create/update fhir resource to HSPC sandbox server from my .Net application with security
Help is greatly appreciated...
Last updated: Apr 12 2022 at 19:14 UTC