Search found 2 matches

by radium
Thu Nov 09, 2017 11:29 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: 'Internal Server Error'
Replies: 15
Views: 8218

Re: 'Internal Server Error'

Dear OPS Support, Thank you very much for your quick and helpful response. Changing the Content-Type of my request did the trick. When using RestSharp in combination with C#, here's how you change the Content-Type of your request: RestRequest req = new RestRequest("https://ops.epo.org/3.2/rest-...
by radium
Wed Nov 08, 2017 2:35 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: 'Internal Server Error'
Replies: 15
Views: 8218

Re: 'Internal Server Error'

Dear all, I am experiencing the same problem as discussed above with my code since Tuesday morning. I think it's caused by the latest maintanance update. Could you please specify the changes you have made to the POST interface? Here's what I am trying to do: I am trying to send an HTTP POST request ...