Security is huge! Wondering what best practices are for sending data to an endpoint.
Yes, there are URL parameters:
And then there are parameters under the body type:
Are the parameters under the body type safe to send as though they’re being sent via the JSON body? I want to ensure my URL isn’t holding ALL of my parameters and that when I select the JSON body and then add parameters under that section that the parameters are only being added to the JSON body.
Recently was told that this may not be the case, which then begs the question why Bubble’s UI is misleading.
Would love to have some discussion about this! @NigelG , maybe with your years of experience you’d be able to shine some light on this?
Thanks!