asp.net - Get User in web method called by external source -


i have web application user logged in. application have webmethod (previously webapi) accessed external source ajax post request.

i need logged-in user's id if user logged-in in application (via form authentication) , application consuming webmethod requesting same browser.

note: can't change ajax request. please provide solution changes in application.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -