after some research i literally go out of my capacities to find something useful.
I have following problem:
NFC Cards are not able to be overwritten via IOS Browser, only with an IOS Native App. But i try to make my product working only via browser. So my idea is to manipulate the link that is saved on the NFC.
My theory
I have thought to manipulate the initial Link of the NFC like in the following example:
https://example.com/NFC-ID=01010101
After opening the link you can buy something (sorry the product is secret), this purchase will be saved to my ID=01010101 in this case, now after the purchase is done, the Initial Link (https://example.com/NFC-ID=01010101) would need to be manipulated (automatically redirected) in https://example.com/NFC-ID=01010101/product123/succesfully/purchased.
In my case i would need to set up a Log-In with a password to the ID=01010101 so that the delivery can only be set after you submit the password in the next session.
Now after scanning the the NFC it appears only the Link https://example.com/NFC-ID=01010101/product123/succesfully/purchased on a custom interface, to open the delivery settings i would need to input the password that i've set before manipulating the link.
So in short words, i need to manipulate an initial link to every session i will do, so that after scanning the nfc i will come to the session where i was at least.
Is it possible to manipulate/redirect links in that way after submitting steps, so that my database knows that my initial link has to go to another URL?
I try to understand and find alternative solutions, would appreciate your help a lot!