Cant able to figure out whats exactly happening.Here is the response part
Response Headers:
Access-Control-Allow-Origin:http://localhost:8082
Cache-Control:no-cache, private
Connection:close
Content-Type:text/html; charset=UTF-8
Date:Mon, 16 Oct 2017 12:23:03 +0000
Date:Mon, 16 Oct 2017 12:23:03 GMT
Host:localhost:8000
Set-Cookie:laravel_session=eyJpdiI6IkhVd3h2em4zV3RVRExlRVc2bE15ckE9PSIsInZhbHVlIjoiTVVCeVlGUjR5ZjM0NHFcL0dGb2Q4T0xZbk9UTGRVSTczaHExaTlSVFwvSUpKSERPUXk2bDkrQTJ4NXZyNzIzTUtTYTY0YTdqUkVqS1RrWWhqc0g5RDU2QT09IiwibWFjIjoiYTBhMTBmM2U0NzQ4MGM0OTk2Y2YxYWU3NzY5ZjNhMjBkMTcyOTMyNGJlOGRkNGIwMGUxYTY5MTY2YjM3NDExMSJ9; expires=Mon, 16-Oct-2017 14:23:03 GMT; Max-Age=7200; path=/; HttpOnly
Vary:Origin
X-Powered-By:PHP/7.1.6
Request Header:
Accept:application/json, text/plain, /
Accept-Encoding:gzip, deflate, br
Accept-Language:en-GB,en-US;q=0.8,en;q=0.6
Cache-Control:no-cache
Connection:keep-alive
Content-Length:169
Content-Type:application/json;charset=UTF-8
Host:localhost:8000
Origin:http://localhost:8082
Pragma:no-cache
Referer:http://localhost:8082/SignupForm
User-Agent:Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
my laravel app is running on port 8000 and the react app is running on 8080.Is this an issue related to CORS .