Home > The Newbie Zone > Questions and Answers

400 Bad Request with favicon.ico in landing pages (3)


05-21-2019 11:35 AM #1 money_noob (Member)
400 Bad Request with favicon.ico in landing pages

During the transfer from my landing page to the offer page, I encounter the 400 Bad Request error. When checking with Debug tool of Chrome, I find that the error is due to missing favicon.ico file



I checked this thread https://stmforum.com/forum/showthrea...viconico-thing and applied this solution

Code:
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
but the problem still persists.

Could you please help me?


05-21-2019 12:10 PM #2 eurosen (AMC Alumnus)

Just create and upload your own favicon.

1. Go to https://www.favicon.cc/ and create or find a favicon.
2. Upload the favicon to the root folder of your lander.
3. Replace the code with <link href="favicon.ico" rel="icon" type="image/x-icon" />

Done.


05-25-2019 02:30 PM #3 money_noob (Member)

I discovered the real reason of this error is because I use the direct URL to the landing page. I should use the campaign URL provided by Voluum.


Home > The Newbie Zone > Questions and Answers