Skip to main content
Question

push_subscriptions Bad Request

  • July 24, 2024
  • 0 replies
  • 42 views

Forum|alt.badge.img+4

Hello, I followed the steps at: https://developers.strava.com/docs/webhookexample/
I got a callback when I requested it this morning

but return 400 reason is strava request parameter 'hub.mode' for method parameter type String is not present
i change this

@RequestParam(value = "hub.mode", required = false) String mode

however when i push_subscriptions again. I never received callback from strava again。it remain “GET to callback URL does not return 200”. I also tried calling the endpoint directly