Skip to content

Conversation

@effany
Copy link
Contributor

@effany effany commented Jul 17, 2025

customer is facing error no implicit conversion of Faraday::Response into String. On further examination, we noticed that the below changed is needed.

vul_response = http_get(url, @headers)
vul_response = JSON.parse(vul_response.body). <----- this to parse response body

@effany effany closed this Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant