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
Hi
is it possible to retrieve a non-directed page? In contrast to the doc,
import wptools
wptools.page('Gandhi')
returns the redirection to Mahatma Gandhi and not the redirection page itself? I would like to know whether a request has been redirected or not. Of course I could check in data["redirects"] but I'd like to have the original page and the name of the page which the redirection points to
The text was updated successfully, but these errors were encountered:
Hi
is it possible to retrieve a non-directed page? In contrast to the doc,
returns the redirection to
Mahatma Gandhi
and not the redirection page itself? I would like to know whether a request has been redirected or not. Of course I could check in data["redirects"] but I'd like to have the original page and the name of the page which the redirection points toThe text was updated successfully, but these errors were encountered: