On Fri, 28 Aug 2020, 徐坚皓 wrote: > Hi, > Can someone tell me where the address of GCC bugzilla's RPC server is? > I konw that address of Redhat is "http://partner-bugzilla.redhat.com/". > For gcc, I tried "https://gcc.gnu.org/bugzilla/" but failed, seems it is not a RPC URL. > > > My purpose is to use api-key to do some tailored search. I guess you mean REST API? It is at /bugzilla/rest.cgi. Try this: curl -v 'https://gcc.gnu.org/bugzilla/rest.cgi/bug?id=12345&include_fields=summary' Alexander