Skip to content

Release 3.12.3

Compare
Choose a tag to compare
@fhboswell fhboswell released this 23 Nov 20:30
· 1073 commits to main since this release
f5666b1

Check if app_id is in url path

app_id must be included with each request. In order to reduce load on the server we fail requests early on the client that we know will fail on the server. Currently the check in OneSignalRequest looks for app_id in the body as a param. However there is another valid way to send the app_id that is after "/apps" in the path".

PRs included in this release

#1163
#1162
#1161