Problems with HTTP variables

Questions and information about creating Internet aware NeoBook applications. Including PHP, HTML, FTP, HTTP, Email, etc.

Moderator: Neosoft Support

Locked
NyperCro
Posts: 21
Joined: Thu Dec 15, 2011 12:53 am

Problems with HTTP variables

Post by NyperCro »

Hi,
i have a problem using HTTPuser/Password Variables witn WebBrowser object.
For some reason when opening app in Windows7 or newer, Windows Security pops out and asking for login info even i "told" the app several times, including "Before Navigate" action in Webrowser object.
Problem is, some users of the program dont have and dont have a permit to know Login data.
In Windows XP i dont have that problem and works normally as i want to.

Anybody have a solution ?
Thanks
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: Problems with HTTP variables

Post by Neosoft Support »

I really don't know what would cause that. It may be something in your Windows or IE configuration that could be changed to avoid those messages. You might also experiment with your pub's Requested Execution Level setting. In NeoBook, select "Book Properties > General" from the Book menu. Then click the "Version Info" button. Under Requested Execution, experiment with the different settings.
NeoSoft Support
User avatar
stu
Posts: 322
Joined: Wed Aug 07, 2013 11:37 am

Re: Problems with HTTP variables

Post by stu »

I'm on Windows 8.1 and have no problem using this vars... :|
NyperCro
Posts: 21
Joined: Thu Dec 15, 2011 12:53 am

Re: Problems with HTTP variables

Post by NyperCro »

I have some kind of solution for anyone else with same problems.
I "fixed" it with removing pages with WebBrowsers and put all in one using SetVar from pressing buttons instead opening another page and works without Windows messing it.
Locked