MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / getLastRequestHTTPError

Function getLastRequestHTTPError

lib/core/common.py:2850–2856  ·  view source on GitHub ↗

Returns last HTTP error code

()

Source from the content-addressed store, hash-verified

2848 logger.info(infoMsg)
2849
2850def getLastRequestHTTPError():
2851 """
2852 Returns last HTTP error code
2853 """
2854
2855 threadData = getCurrentThreadData()
2856 return threadData.lastHTTPError[1] if threadData.lastHTTPError else None
2857
2858def extractErrorMessage(page):
2859 """

Callers 2

checkConnectionFunction · 0.90
_comparisonFunction · 0.90

Calls 1

getCurrentThreadDataFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…