How to debug HTTP requests and responses (with RDFLib (requests (urllib3
(httplib))) and/or other tools):

Is there another client library that you can make a similar request with?

You can review and compare HTTP requests and responses with a number of
tools:
https://stackoverflow.com/questions/35225341/use-wireshark-for-debugging-http-https/35578877#35578877
https://www.wireshark.org/docs/wsug_html_chunked/ChAdvFollowStreamSection.html
https://superuser.com/questions/178031/how-do-i-return-just-the-http-header-from-tshark/178055#178055
-0


https://requests.readthedocs.io/en/master/user/advanced/#proxies
HTTP_PROXY=
HTTPS_PROXY=

https://mitmproxy.readthedocs.io/en/latest/mitmdump.html


https://stackoverflow.com/questions/16337511/log-all-requests-from-the-python-requests-module/24588289


On Thu, Jul 2, 2020, 6:35 AM Richard Dijkstra <richarddijkstra1...@gmail.com>
wrote:

> Dear all,
>
> I am querying a sparql endpoint and have an issue with that.
>
> Using DBpedia works fine.
> But using another endpoint build on Jena running on my own W10 machine I
> get the error
>
>
>       HTTP Error 406: Not Acceptable
>
> I have tried a lot already. What can be wrong?
>
> Kind regards,
> Richard D
>
> --
> http://github.com/RDFLib
> ---
> You received this message because you are subscribed to the Google Groups
> "rdflib-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rdflib-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rdflib-dev/3f646773-0fc1-4f19-ab95-08d54f54da05o%40googlegroups.com
> <https://groups.google.com/d/msgid/rdflib-dev/3f646773-0fc1-4f19-ab95-08d54f54da05o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
http://github.com/RDFLib
--- 
You received this message because you are subscribed to the Google Groups 
"rdflib-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rdflib-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rdflib-dev/CACfEFw9oat7_EAg%3DKdjCT8DsB2%3DMQzvnySSvZNUnakHkNCmomQ%40mail.gmail.com.

Reply via email to