Posts by Rafael Companhoni • 81 points
3 posts
-
7
votes1
answer3469
viewsQ: Consume Pje web service
I need to consume the progress of a process using the web service provided by Pje. I am following the guidelines described in: http://www.pje.jus.br/wiki/index.php/Tutorial_MNI According to the…
-
0
votes2
answers803
viewsA: ASP.NET MVC 5 runs on IIS 7.5 Windows Server 2008?
Maybe it’s some non-activated configuration. Try this: Sign in to 'Turn Windows Features on or Off' (enable or disable windows features) Open the 'Internet Information Services' tab' Open the 'World…
-
1
votes2
answers1434
viewsA: Problem when performing XHR on the same domain (localhost)
Not only the domain, but the protocol (ex: http vs https) and the door must be equal. To solve this problem, it is necessary to add the parameter in the request header Access-Control-Allow-Origin.…