Laravel jQuery.autocomplete() set to HttpOnly, other ajax calls not
So I have jquery.autocomplete() that runs a laravel route to get results. It works on my EC2 no problem, but when I deploy it on EBS - HTTPS works, the site is loaded via HTTPS, when I look at the source Laravel generates all the URLs as HTTPS. Even more weird is that other ajax calls that load stuff via laravel routes on click etc work perfectly, it only breaks the autocomplete function.
Now I inspected the EC2 (this is where the autocomplete works) in my Dev Tools and I saw at the end of "Set-Cookie" it says "HttpOnly", I've looked other ajax calls both on EBS and EC2 they don't have that part at the end of Set-Cookie header. I thought the HttpOnly is for http and https... but since that is the only difference I have to assume that is what is breaking the automcomplete?
Please or to participate in this conversation.