LogIn API

LogIn API Release Note

Introduction:

User can access application by visiting the website and then entering the user id and password. Now we are providing the html code to users. In this user can enter the email id and password and then redirect to the application.

This document we describe the steps to access the application using the html code.

Code for the Re-direction

HTML code for redirection link is as follows:

<html><body><form action="https://app.fxsocio.com/login_api.php" method="post">E-mail: <input type="text" name="email"><br>Password: <input type="text" name="password"><br><input type="submit"></form></body></html>

Steps to access the application using redirection

Step1:

User have to paste the given code in browser and submit

Step 2:

When user submit the code then following page appears:

After entering the Email id and Password in given fields then user is directed to the application as shown below: -

In given example it will be directed to the app.fxsocio.com

Last updated

Was this helpful?