p2rcoder Posted November 29, 2016 Posted November 29, 2016 Hello, Is there any ability to write code using unigui which will execute on a client side? I want to display information from another site in my application so I need to parse this site "on the fly" but I don't wont to parse from my server because my IP will be banned by this site. So parsing should work on client side and using his IP-address. If no may be somebody advise how to implement this? Thank you. Quote
p2rcoder Posted November 29, 2016 Author Posted November 29, 2016 So I have one idea, can I open on client side "browser in browser" in my application, load some url/urls in this subbrowser and send source of opened page to server side? which components I should use for this? Can I create an invisible form with this "subbrowser" that the client could not see it? Thank you. Quote
Oliver Morsch Posted November 29, 2016 Posted November 29, 2016 can I open on client side "browser in browser" in my application, load some url/urls in this subbrowser Yes -> UniURLFrame and send source of opened page to server side? Only if same servername and port. Quote
p2rcoder Posted November 29, 2016 Author Posted November 29, 2016 Only if same servername and port. What does it mean? For ex. client enter data to edit and i can get this data from server. But I cant get source code of the page which I opened in UniURLFrame? Application runs at the server, clients works with App in browser from any point in the world. Quote
Oliver Morsch Posted November 29, 2016 Posted November 29, 2016 You can view most websites in UniURLFrame (= iframe), but you get no access to its content (if server or port are not the same => "same origin policy") Quote
p2rcoder Posted November 29, 2016 Author Posted November 29, 2016 so I cant open site from client side and get it content? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.