Skip to content

get_page_image: Use POST rather than GET

BryanDavis requested to merge work/bd808/action-api-414 into main

Under perverse circumstances the list of page titles for fetching a batch of lead images can trigger a 414 URI Too Long response from the Action API. Using POST rather than GET to make the request should avoid this failure scenario.

Merge request reports