You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment kwargs for scrapy request are not supported in GET.
They are supported in POST handler.
this is inconvenient, we should probably add some way to support request kwargs in GET so that there is consistent interface between POST and GET method calls.
The text was updated successfully, but these errors were encountered:
IMHO I don't believe it is necessary for the POST and GET method calls to be consistent. POST was designed to support more advanced json data structures than GET to begin with.
looking here there is comment saying:
this is inconvenient, we should probably add some way to support request kwargs in GET so that there is consistent interface between POST and GET method calls.
The text was updated successfully, but these errors were encountered: