python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
IdentityServer4 throws 500 internal server error when using Authorize attribute on API
I have been trying to figure this out all weekend, but can't seem to get it to work. Please help.
I have setup IdentityServer 4, an MVC application and an API.
I get an access token after login, but w...
Malin
Votes: 0
Answers: 1
Unable to get correct exception message Angular + spring boot
I have an application written in Angular 8 and APIs in spring boot ..
When I am calling the APIs from HttpClient in Angular, the API is returning the response correctly however if there is any excepti...
Ranjan Kumar
Votes: 0
Answers: 1
API giving CORS Error to the frontent even though it should allow it
I'm making an API with FastAPI, and the frontend is made with next.js, so when the nextjs application makes a post request to the API, it should return the data normally with no problem, but it keeps ...
user16792099
Votes: 0
Answers: 3
Laravel: Ajax using problem always return error 500
Good day.
Trying to send GET method using Ajax and always getting error 500. CSRF used but I can't find where is error. This is my code:
blade
.....
<meta name="csrf-token" content="...
funtus
Votes: 0
Answers: 1