You are not logged in.
Pages: 1
1. mORMot2\ex\ThirdPartyDemos\martin-doyle\02-HttpClientServerORM
2. mORMot2\ex\ThirdPartyDemos\martin-doyle\04-InterfacedBasedService
When creating an object, JSON is not passed in the HTTP request.
http://localhost:11111/root/Example/Add
Hi!
In the examples mORMot2\ex\ThirdPartyDemos\martin-doyle, the request:
http://localhost:11111/root/sample does not work. It returns the following result:
{
"errorCode": 404,
"errorText": "Not Found"
}
Previously, the result of the request was a list of sample object IDs.
Is this a bug?
In the example:
mORMot2\ex\ThirdPartyDemos\martin-doyle\04-InterfacedBasedServices,
when making a POST request to:
http://localhost:11111/root/Example/Add
with the header "Content-Type: application/json" and sending the object:
{"Name": "Name 1", "Question": "Question 1"}
The database inserts empty values instead, as shown below:
insert into Sample (Name, Question, Time) values (:(''):,:(''):,:(135932236896):)
What should be done to resolve this issue?
Thank you, the compilation was successful!
Error compiling example mORMot2\ex\mvc-blog.
MVCServerFirebirdZeos.dpr(35,16) Error: Identifier not found "TSqlDBZeosConnectionProperties"
How to run the example correctly?
Please send sample code.
https://gist.github.com/jbendixsen/392e … cation-pas
The link is not working. Can someone send a OAuth2 (or JWT) implementation to mORMot?
Pages: 1