Search found 4 matches

by gary8520
Tue Nov 22, 2016 3:26 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: XMLHttpRequest get 500 SERVER.Forbidden
Replies: 6
Views: 4838

Re: XMLHttpRequest get 500 SERVER.Forbidden

I know I just a little user and it seem that only me encounter this problem, and learned that OPS has implemented CORS having the Access-Control-Allow-[* header. Vary thanks to OPS support team for reply. Before I ask the question, I have try to change the server to sent the request, and send it to ...
by gary8520
Mon Nov 21, 2016 7:11 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: XMLHttpRequest get 500 SERVER.Forbidden
Replies: 6
Views: 4838

Re: XMLHttpRequest get 500 SERVER.Forbidden

Thanks who willing to help my problem! However it would not a issue just about JavaScript. I use the HttpRequester to send a simple request: OPTIONS https://ops.epo.org/3.2/rest-services/published-data/publication/docdb/biblio Origin: http://172.16.1.71:211 (or any other Origin header like "ht...
by gary8520
Thu Nov 17, 2016 12:08 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: XMLHttpRequest get 500 SERVER.Forbidden
Replies: 6
Views: 4838

Re: XMLHttpRequest get 500 SERVER.Forbidden

thanks for you reply! I have sent my userID by mail to patentdata@epo.org for I need to use Cross Domain Access ajax (with access_token in Authorization header), the browser sent a OPTIONS request there is header: OPTIONS /3.2/rest-services/published-data/publication/docdb/biblio HTTP/1.1 Host: ops....
by gary8520
Thu Nov 17, 2016 8:48 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: XMLHttpRequest get 500 SERVER.Forbidden
Replies: 6
Views: 4838

XMLHttpRequest get 500 SERVER.Forbidden

Hi I've tried to use Javascript XMLHttpRequest to retrieve data on OPS I get Access_token successfully, but get 500 Internal server error when retrieve a biblio data for testing. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <fault xmlns="http://ops.epo.o...