Hi All,
I'm trying to create a web-service with Google App Engine (GAE) and the
Google Cloud Endpoints using Java. I've just created a simple example which
retrieves a simple text and it works perfect.
The problem that I'm having is that when I upload it to GAE and access the
web-service through HTTP i get the following messege from the json response
{"error":{"errors":[{"domain":"global","reason":"sslRequired","message":"SSL is
required to perform this operation."}],"code":403,"message":"SSL is required to
perform this operation."}}
and when I access through HTTPS i do get the right response
{
"Text": "Hello world! from lanado's computer",
"kind": "test#helloWorldEndpointItem",
"etag": "\"D2SOFqEdwN1r8G-XCKxgVNRrWR0/izo2v_k7CeWU238fP57lIflWlHE\""
}
The thing is i really do need to access the web-service through HTTP since
I'm connectig directly from a ORACLE XE database.
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.