simnova / ownercommunity

MIT License
2 stars 1 forks source link

Apollo Server 4 Health Probe #116

Open heruwala opened 1 month ago

heruwala commented 1 month ago

The Apollo Server 4 does not support health probe for Apollo Execution Engine similar to Apollo 3.

It is expecting header to circumvent around the CSRF which Azure Front Door does not support.

curl --location ' [http://localhost:7071/api/graphql?query=%7B__typename%7D'](http://localhost:7071/api/graphql?query=%7B__typename%7D%27) \ --header 'apollo-require-preflight: true'