Topic: Problem sending a HTTP POST

    // do nothing forevermore:
    while (true);

Well, that will certainly trigger a watchdog exception.

Move your post code into setup(). Leave loop() empty. Do NOT try to stop loop() from looping.