Search found 11 matches

by excellenting
Fri Aug 18, 2017 10:52 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: 403 forbidden on one IP but not in other
Replies: 4
Views: 5272

Re: 403 forbidden on one IP but not in other

Problem persist Try on VPS on OVH and same problem. Send email to patentdata@epo.org two days ago and any response. Apreciate help and support. We try on several locations, and same result. Only work fine on Develop IP on Spain. curl resource {@403 url: "https://ops.epo.org/3.2/rest-services/pu...
by excellenting
Wed Aug 16, 2017 3:15 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: 403 forbidden on one IP but not in other
Replies: 4
Views: 5272

Re: 403 forbidden on one IP but not in other

Hi
I don't know why curl retunr this ips.

Any ip is own IP.

Code: Select all

curl ipinfo.io/ip
52.211.240.1XX
I think that curl response not return REAL IP. Return a FORWARDER IP.

Local ip is a 172.31.46.XXX not public IP.
by excellenting
Tue Aug 15, 2017 7:08 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: 403 forbidden on one IP but not in other
Replies: 4
Views: 5272

403 forbidden on one IP but not in other

Hi. I get on production server a 403 in curl error, when try download with post method. (Application work fine usually on producction for last 4 weeks) The requested URL returned error: 403 Forbidden Debug curl resource {@399 url: "https://ops.epo.org/3.2/rest-services/published-data/publicatio...
by excellenting
Wed Jul 26, 2017 7:05 am
Forum: EP Publication and Search
Topic: Any problem with https://developers.epo.org/ ?
Replies: 2
Views: 9074

Any problem with https://developers.epo.org/ ?

Hi.

Since Monday, I can't acces to API CONSOLE on https://developers.epo.org/

I access but se a blank frame on every browser on my Mac.
  • Opera
  • Chrome
  • Safari
  • Firefox
Image attachhed https://dropbox.tamainut.net/owncloud/s/clVainAAGoijTTi

Best regards
by excellenting
Tue Jun 27, 2017 7:34 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: CQL and query for only patents with english docs
Replies: 5
Views: 4209

Re: CQL and query for only patents with english docs

A lot of thanbks, but i don't understan weel. Usually I use this: ti fish AND 20070101:20170610 If I like only retrive docs with English lang on abstract I don't see the way. Below tries get code 404 pn=EN AND ti="fish" AND 20070101:20170610 pn=EN* AND ti="fish" AND 20070101:2017...
by excellenting
Thu Jun 15, 2017 7:27 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: CQL and query for only patents with english docs
Replies: 5
Views: 4209

CQL and query for only patents with english docs

Hello

It's, I'm trying to build a query (CQL) with the API, similar to what would be done in the advanced search engine of espacenet.

Select the collection you want to search in WorldWide EN

In the documentation, I can not find the search

Relative doc -> Field Identifiers

It's possible?
by excellenting
Thu Jun 15, 2017 7:09 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Library or example for use EPO with Guzzle
Replies: 5
Views: 3578

Re: Library or example for use EPO with Guzzle

Hi.

After problems with doc of Guzzle, and examples for use with EPO,

I have preferred to build my own class and make connections with cURL. Now everything works for me. Thank you.

Brest regards
by excellenting
Mon Jun 12, 2017 4:49 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Library or example for use EPO with Guzzle
Replies: 5
Views: 3578

Re: Library or example for use EPO with Guzzle

Also I tried with curl $base_uri = 'https://ops.epo.org/3.2/'; $consumerKey = 'MyConSumerKey'; $consumerSecretKey = 'MySecretKey'; $authorization = base64_encode(($consumerKey.':'.$consumerSecretKey)); $tokens = curl_init(); $url = 'https://ops.epo.org/3.2/auth/accesstoken'; curl_setopt($tokens, CUR...
by excellenting
Mon Jun 12, 2017 2:44 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Library or example for use EPO with Guzzle
Replies: 5
Views: 3578

Re: Library or example for use EPO with Guzzle

Hi. I'm try to connect with guzzle. $base_uri = 'https://ops.epo.org/3.2/'; $consumerKey = 'myconsumerkey'; $consumerSecretKey =' mysecretkey'; $client = new Client([ 'base_uri' => 'https://ops.epo.org/3.2/' ]); $request = $client->post('auth/accesstoken', null, array( 'consumerKey' => 'VFfoz7HnXxBf...
by excellenting
Mon Jun 12, 2017 7:28 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Library or example for use EPO with Guzzle
Replies: 5
Views: 3578

Library or example for use EPO with Guzzle

Hi

I'm looking for any documentation about use library Guzzle and EPO.

I tried some aproach, but fails.

Apreciate help.