Automate any tasks that require multiple entries of data in a browser
21–30 of 42 posts
Re: Automate any tasks that require multiple entries of data in a browser
#22I'm seeing an error on the homepage: > Warning: file_get_contents( https://vimeo.com/api/v2/video/466939644.php ): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/customer/www/cognifirm.com/public_html/wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_videos.php on line 208 That the site is trying to fetch the contents of a Vimeo page at runtime is quite the code smell!
1. Not using the built-in WP_Http class or related helper methods (wp_remote_get) that provide headers, timeouts, useragent, auth, etc.
2. Unserialising remote, untrusted PHP objects (!) (Why does Vimeo provide/encourage this?)
3. Not handling HTTP error response codes.
4. PHP errors are not hidden from users.
Re: Automate any tasks that require multiple entries of data in a browser
#23Does it offer anything beyond what these tools offer for free? If so, what is it? I am missing this info on the website.
Re: Automate any tasks that require multiple entries of data in a browser
#24You may want to review your pricing model it does not make a lot of sense. Here is why: Pricing by business process with the jumps you have in your pricing probably will not work. Have you validated your assumptions on how business operate and how many process are involved even in small businesses? You go up from 1 to 25 users in your first small tier of 300/Mo but you only increase your processes from 5 to 10. You d…
Where do you find the pricing? I'm on mobile and can't see it anywhere.
Re: Automate any tasks that require multiple entries of data in a browser
#25How is this not the largest security hole in the world? > Cognifirm integrates with all the online systems that your employees work with, including 3rd party systems that are made available to you by the government and your business partners. No emphasis needed. Where's the details on this AI? You know what acts a lot like ultra high quality AI? Actual humans.
1. APIs accessed authenticated via OAuth2, or via locally-managed credentials. (Browser extensions support this via https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...)
2. For data extraction and form fill, the data never leaves the user's browser
Re: Automate any tasks that require multiple entries of data in a browser
#26I'm seeing an error on the homepage: > Warning: file_get_contents( https://vimeo.com/api/v2/video/466939644.php ): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/customer/www/cognifirm.com/public_html/wp-content/plugins/Ultimate_VC_Addons/modules/ultimate_videos.php on line 208 That the site is trying to fetch the contents of a Vimeo page at runtime is quite the code smell!
All into memory no less.
Re: Automate any tasks that require multiple entries of data in a browser
#27Re: Automate any tasks that require multiple entries of data in a browser
#28Re: Automate any tasks that require multiple entries of data in a browser
#29https://cognifirm.com/wp-content/uploads/2020/10/Cognifirm_w...