LinuxChata
Results
3
comments of
LinuxChata
The same thing - HTTP endpoint datasource that is hosted port 5000 cannot be used by AppSync
Any updates on this issue?
We tried to adjust `HttpClientBuilder` class and add client certificate from the initial request to the request to the target URL. ``` var handler = CreateHandler(context); handler.ClientCertificates.Add(context.HttpContext.Connection.ClientCertificate); ``` However, the...