Zoho Mail - HTML Verification

Hi! In order to verify my Zoho Mail account I have to place a html file in a public folder in my site, producing a url like this:
http://chacraelrancho.com.ar/zohoverify/verifyforzoho.html

I created the file under Public folder on Site Structure but doesnt work…

How can I resolve it?
Many thanks!

You can’t embed HTML in a Wix Code page, or in a Public folder file. You might want to consider using an HtmlComponent . For more information, see the article Working with the HTML Component in Wix Code .

A more secure way to handle web service requests is by using backend (server-side) code. Using backend code you can secure your passwords, API keys, and other secret information. The article Accessing 3rd Party Services explains how this is done.