NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on October 30, 2014, 06:01:02 AM

Title: Login Rqd for WebApp but not for WebService, but...
Post by: walter.dasilva on October 30, 2014, 06:01:02 AM
In my application i'm using login, all my procedures are set up for "USER MUST BE LOGGED".
In the same application i have WEBSERVICES that is not set up for "USER MUST BE LOGGED"

the problem is, if i access a mothed from WEBSERVICES http://127.0.0.1/mtdgetsomething?id=12 it just work after logged in application.

Regards,
Walter - SOFTVALE
Title: Re: Login Rqd for WebApp but not for WebService, but...
Post by: Bruce on October 30, 2014, 11:28:38 PM
check the WebHandler procedure - there's a list there of procedures that require a login as well.

cheers
Bruce
Title: Re: Login Rqd for WebApp but not for WebService, but...
Post by: walter.dasilva on October 31, 2014, 05:04:50 AM
Hi Bruce,

I really not know what had happen, but after a Rebuild Project (does a clean) everything is normalized.

Thanks
Walter - SOFTVALE