THE INFORMATION IN THIS ARTICLE APPLIES TO:
DISCUSSION
If you are using Edge for CAC authentication, it will display a 404 Object not found error.
By default, EFT does not allow cookies to be sent with cross-site requests, resulting in 404 error.
If you want to use Edge for a browser, you will need to set the HttpCookieSameSitePolicy on EFT to Lax.
To set the HttpCookieSameSitePolicy
Add the name:value pair to the AdvancedProperties.JSON file:
{
"HttpCookieSameSitePolicy":"Lax"
}
Default Value: Strict; Acceptable values are "Strict","Lax","None". Values other than these will result in "Strict" value.
Cached: yes
Backup/Restore: yes
For more information about Advance Properties, refer to the online help for your version of EFT.