When I add the following code to my site it displays nothing.
<div id='BrzyHr_app'></div><script src='https ://tyson-services . br eezy. hr/embed/js?bzsrc=jswidget&link_external=true&no_pos_msg=true'></script>
Also the code works inside of a debugger. Thanks in advance!
You can’t embed HTML in a Velo page. You might want to consider using an HtmlComponent . For more information, see the article Working with the HTML Component in Velo .
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. I recommend checking with the service provider to see if they provide a REST interface.