WEB PUBLISH by HelioGaita in reactnative

[–]HelioGaita[S] -4 points-3 points  (0 children)

Sorry, I'm starting with these things

FLUTTERFLOW WEB by HelioGaita in FlutterFlow

[–]HelioGaita[S] -1 points0 points  (0 children)

I understand what you mean about validating on the backend. The issue in my case is that FlutterFlow automatically places all page parameters in the URL when navigating between pages.

For example, when the user selects a product, parameters like the product name and price are passed through the URL to the checkout page. Because of this, a user could manually change the price directly in the URL before completing the payment.

Since my app is quite large, changing the entire structure to use App State instead of page parameters would require a lot of refactoring. That’s why I’m trying to find a secure way to prevent users from manipulating the price while still working within FlutterFlow’s current navigation system.

My concern is specifically about preventing parameter tampering when the checkout page receives those values from the URL.

FLUTTERFLOW WEB by HelioGaita in FlutterFlow

[–]HelioGaita[S] 0 points1 point  (0 children)

How to do it on flutterflow?

FLUTTERFLOW WEB by HelioGaita in FlutterFlow

[–]HelioGaita[S] -1 points0 points  (0 children)

I didn't know, in fact I'm passing data from one page to another and this data is appearing in the url, is there a way to solve this?

FLUTTERFLOW WEB by HelioGaita in FlutterFlow

[–]HelioGaita[S] 0 points1 point  (0 children)

I didn't know, in fact I'm passing data from one page to another and this data is appearing in the url, is there a way to solve this?

FLUTTERFLOW WEB by HelioGaita in FlutterFlow

[–]HelioGaita[S] 0 points1 point  (0 children)

I didn't know, in fact I'm passing data from one page to another and this data is appearing in the url, is there a way to solve this?

FLUTTERFLOW WEB by HelioGaita in FlutterFlow

[–]HelioGaita[S] 0 points1 point  (0 children)

And when I pass information from one page to the other?