CloudFlare (Memberful) post requests from Java produce a 403 error
问题 I'm trying to authenticate users using Memberful from a Spring-Boot application. Per the Memberful documentation, the process is as follows: User logs in at the memberful URL ( https://YOURSITE.memberful.com/oauth?client_id=APPLICATION_IDENTIFIER&response_type=code ) User is redirected to my front end (Vue) with a code in the URL provided by Memberful. The code is passed to my back end server. Back end server sends a post request using RestTemplate.postForObject(...) from Spring to https:/