Forum Discussion

mkny's avatar
mkny
New Contributor
3 years ago
Solved

ReadyAPI 3.10.1 an Incorrect endpoint is specified for the request

Hi, i have upgraded 2 End users to version 3.10.1, and we getting the following Error MSG, please help to resolve this issue.     ReadyAPI 3.10.1 an Incorrect endpoint is specified for the reques...
  • richie's avatar
    3 years ago
    Hey mkny,

    To disable the incorrect endpoint verification (which i still think ia crazy to even bother adding this feature to the code) add the following line to your ReadyAPI's vmoptions file.

    Dreadyapi.skip.endpoints.checks=true

    You shouldnt get the warning after youve applied this fix. Cant remember if vmoptions is dynamic so just to be sure restart ReadyAPI after editing the vmoptions file.

    Cheers

    Rich
  • richie's avatar
    richie
    3 years ago
    Hey mkny,

    Total guess, but you might need to add a hyphen before the command (apologies i truncated the hyphen when i typed the command into my original post).

    So instead of:

    Dreadyapi.skip.endpoints.checks=true

    Instead ensure it appears in file as

    -Dreadyapi.skip.endpoints.checks=true

    See of that works. This definitely hindered the method verification check from firing in a slightly earlier version, so i'd expect it to work fine!

    Cheers,

    Rich