Home > Enterprise >  How to send post request to remote server (ip) via web browser?
How to send post request to remote server (ip) via web browser?

Time:08-19

I have bought remote VPS and i have telegram bot. I want to make email verification for this bot. So how should i send requests to scripts on the server when user clicks on the button "Verify" that contains some information about his telegram profile so i can approve him to use bot?

The main problem that i dont know how to send requests to scripts on the server by ip

There is no website on the server, maybe i should set it up?

CodePudding user response:

Ive realized that i can do it like that. But any contributions would be met with enthusiasm)

CodePudding user response:

Sounds like youn need an RESTful API to authenticate users. And a client...

  • Related