Posts by Daniel Welter • 53 points
4 posts
-
1
votes1
answer50
viewsA: Load reCaptcha from a different site in my WPF/XAML application
To solve the problem, I had to use cefSharp to load the page containing reCatpcha, and inject the javascript from cefSharp itself to remove the unnecessary elements and only make the captcha…
-
-1
votes1
answer50
viewsQ: Load reCaptcha from a different site in my WPF/XAML application
I am working on a system that automatically downloads XML files from this website. But this site uses validation caps, and for that we would offer two options to our customers: using api’s like…
-
4
votes1
answer7278
viewsQ: Check if a key exists in a dictionary
How can I check if a key exists inside a Python dictionary?
-
0
votes1
answer444
viewsQ: Error 404 in a php file
I’m trying to make a form, created in the index.php file, that sends by method POST for the.php sign-up page and with a header() send a verification variable back to the index. However, when it goes…