FunTester
May 30, 2019 · Backend Development
Custom JSON Request Extractor for Moco to Handle POST Parameters
The article describes a problem with Moco's default request extractor that fails to retrieve JSON parameters from POST requests and provides a custom Java extractor implementation that reads the request content and extracts the desired JSON field.
ExtractorHTTPJSON
0 likes · 3 min read